Skip to content

Commit

Permalink
fix: export resolveX25519Encrypters function (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
oed authored Oct 2, 2020
1 parent 9843b58 commit 0c80711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export {
xc20pDirEncrypter,
xc20pDirDecrypter,
x25519Encrypter,
x25519Decrypter
x25519Decrypter,
resolveX25519Encrypters
} from './xc20pEncryption'

export {
Expand Down

0 comments on commit 0c80711

Please sign in to comment.