Skip to content

Commit

Permalink
Merge pull request #9 from TiagoV-PDMFC/refs8_mixinExport
Browse files Browse the repository at this point in the history
refs #8 - exports mixins
  • Loading branch information
asaccool authored Aug 24, 2022
2 parents 33ff03c + 74ed400 commit bac1a13
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 bac1a13

Please sign in to comment.