Skip to content

Commit

Permalink
Merge pull request #23 from jacksontong/master
Browse files Browse the repository at this point in the history
export EncryptedFile
  • Loading branch information
paragonie-security authored Jun 17, 2024
2 parents 0e5ac4f + 063eda6 commit 6002e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
EncryptedField: require('./lib/encryptedfield'),
EncryptedMultiRows: require('./lib/encryptedmultirows'),
EncryptedRow: require('./lib/encryptedrow'),
EncryptedFile: require('./lib/encryptedfile'),
Util: require('./lib/util'),
// ./lib/backend/
SymmetricKey: require('./lib/backend/key/symmetrickey'),
Expand Down

0 comments on commit 6002e01

Please sign in to comment.