<div dir="ltr">Where you aware of <a href="https://github.com/tonyg/erlang-nacl">https://github.com/tonyg/erlang-nacl</a> ? How it differs from it?<div><br></div><div>- benoit</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Nov 11, 2013 at 4:09 AM, Jachym Holecek <span dir="ltr"><<a href="mailto:freza@circlewave.net" target="_blank">freza@circlewave.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I though it might be of interest to share this early (first release).<br>
<br>
  o What:<br>
<br>
    NIF-based Erlang bindings for NaCl cryptography library as packaged<br>
    by libsodium.<br>
<br>
  o Where:<br>
<br>
    <a href="https://github.com/freza/salt" target="_blank">https://github.com/freza/salt</a><br>
<br>
Seems to work well but need more operational experience. Don't expect further<br>
development other than bug fixes, the architecture is solid (and simple), API<br>
coverage pretty complete (I miss only BLAKE2b, might add SipHash too, maybe).<br>
<br>
All public API is in 'salt.erl' and follows NaCl very closely. All 0-padding<br>
is handled internally where required (same as with C++ NaCl).<br>
<br>
Have fun,<br>
        -- Jachym<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>