[ANN] salsa20-core 0.2.0

I’m happy to announce a new release of salsa20-core, 0.2.0, available for installation via OPAM.

salsa20-core is an OCaml implementation of Salsa20 Core functions, which can be used as a basis for Salsa20 related code.

In salsa20-core 0.2.0 the inner loop has been rewritten in C for better performance (~10x according to scrypt-kdf testsuite).

Release notes: https://github.com/abeaumont/ocaml-salsa20-core/blob/master/CHANGES.md
Documentation: https://abeaumont.github.io/ocaml-salsa20-core/

3 Likes