[erlang-questions] Libsodium bindings
Krzysztof Jurewicz
krzysztof.jurewicz@REDACTED
Thu Dec 14 11:28:51 CET 2017
> Has anyone got any experience with what would be the most reasonably written and maintained Erlang libsodium library for cryptography?
In Ercoin I’ve used https://github.com/potatosalad/erlang-libsodium.git, perhaps because it seemed to be the simplest one to use and least problematic for this particular (non-complex) application. Generally it looks like https://github.com/jlouis/enacl.git is the most maintained binding.
More information about the erlang-questions
mailing list