[cryptography] Sodium: NaCl repackaged for portability/ease-of-use
Hello crypto-people, Frank Denis just announced Sodium, a fork of NaCl containing only the reference C code, packaged using a standard autotools build system: http://labs.umbrella.com/2013/03/06/announcing-sodium-a-new-cryptographic-li... NaCl has traditionally been hard to use because it targets *IX exclusively and the assembly versions of the various algorithms are not PIC yet. For this reason there are a lot of issues making NaCl work portably (e.g. across 32-bit/64-bit platforms, let alone Windows) Sodium is designed to be portable, easy to compile/package, and it even works on Windows! Some might think this undermines some of the original goals of NaCl, however djb has suggested it as an option in the past: On Sun, Dec 16, 2012 at 10:27 PM, D. J. Bernstein <djb@cr.yp.to> wrote:
* More language support. The real work here is making everything PIC. Of course, if what matters is the API rather than speed, then achieving PIC is easy: just remove the asm.
-- Tony Arcieri _______________________________________________ cryptography mailing list cryptography@randombit.net http://lists.randombit.net/mailman/listinfo/cryptography ----- End forwarded message ----- -- Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org ______________________________________________________________ ICBM: 48.07100, 11.36820 http://www.ativel.com http://postbiota.org 8B29F6BE: 099D 78BA 2FD3 B014 B08A 7779 75B0 2443 8B29 F6BE
participants (1)
-
Tony Arcieri