Skip to content

Commit

Permalink
Add missing classes to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Dec 16, 2019
1 parent 134c595 commit 513c584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ module.exports = {
CipherSweetException: require('./lib/exception/ciphersweetexception'),
CryptoOperationException: require('./lib/exception/cryptooperationexception'),
PlannerException: require('./lib/exception/plannerexception'),
// ./lib/keyrotation
FieldRotator: require('./lib/keyrotation/fieldrotator'),
RowRotator: require('./lib/keyrotation/rowrotator'),
MultiRowsRotator: require('./lib/keyrotation/multirowsrotator'),
// ./lib/keyprovider
StringProvider: require('./lib/keyprovider/stringprovider'),
// ./lib/planner
Expand Down

0 comments on commit 513c584

Please sign in to comment.