jlouis / enacl

Erlang bindings for NaCl / libsodium
MIT License
197 stars 59 forks source link

Expose crypto_aead_xchacha20poly1305_ietf_* #26

Closed ghost closed 6 years ago

ghost commented 6 years ago

This is a feature request to expose crypto_aead_xchacha20poly1305ietf*.

jlouis commented 6 years ago

Your wish has been granted by a patch from @hanssv

It is on master and I'm gearing up for a release soonish.

ghost commented 6 years ago

Ahh their patch took care of chacha20 and friends support... This is for xchacha... but, now that those changes are merged I will use them as a template for this. PR on the way...