Skip to content

Commit

Permalink
refs #8 - exports mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoV-PDMFC committed Aug 24, 2022
1 parent 33ff03c commit 74ed400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ module.exports = {
CryptoAlgorithmsRegistry: require('./lib/CryptoAlgorithms/CryptoAlgorithmsRegistry'),
CryptoFunctionTypes: require('./lib/CryptoAlgorithms/CryptoFunctionTypes'),
SSITypes: require("./lib/KeySSIs/SSITypes"),
DSUFactory: require("./lib/DSUFactoryRegistry")
DSUFactory: require("./lib/DSUFactoryRegistry"),
KeySSIMixin: require('./lib/KeySSIs/KeySSIMixin'),
CryptoAlgorithmsMixin: require('./lib/CryptoAlgorithms/CryptoAlgorithmsMixin')
};

0 comments on commit 74ed400

Please sign in to comment.