jedisct1 / libsodium.js

libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Other
968 stars 138 forks source link

Add crypto_box_curve25519xchacha20poly1305_beforenm #316

Closed danielecaggiari closed 1 year ago

jedisct1 commented 1 year ago

Thank you!

jedisct1 commented 1 year ago

Could you also add crypto_box_curve25519xchacha20poly1305_afternm()?

Having beforenm without afternm doesn't seem very useful :)