package salsa20-core

  1. Overview
  2. Docs

CHANGES.md.html

0.3.0 (2017-08-14)

  • Create a new of_hex function in the Utils module

  • Remove nocrypto as a dependency for tests

  • OCaml 4.05 is now supported

0.2.0 (2017-06-05)

  • Rewrite salsa_core inner function in C.

  • Add ocb-stubblr dependency and use it to link to C code

  • Make nocrypto a dependency only for tests

0.1.0 (2017-03-04)

  • Initial release, with code taken from the scrypt-kdf repo.