[erlang-questions] [ANN] salt - Erlang bindings for NaCl
Jachym Holecek
freza@REDACTED
Mon Nov 11 04:09:59 CET 2013
Hi,
I though it might be of interest to share this early (first release).
o What:
NIF-based Erlang bindings for NaCl cryptography library as packaged
by libsodium.
o Where:
https://github.com/freza/salt
Seems to work well but need more operational experience. Don't expect further
development other than bug fixes, the architecture is solid (and simple), API
coverage pretty complete (I miss only BLAKE2b, might add SipHash too, maybe).
All public API is in 'salt.erl' and follows NaCl very closely. All 0-padding
is handled internally where required (same as with C++ NaCl).
Have fun,
-- Jachym
More information about the erlang-questions
mailing list