package salsa20-core

  1. Overview
  2. Docs
The Salsa20 core functions, in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

salsa20-core-1.0.0.tbz
sha256=cf1abb67a59f204d2a25b4edefacb3c5ecd528199f50b8f8dd4ec7904eb3880b
sha512=b4eff10f221bdab56d86d57472bd9871c2579a75152c91ef0db033e471a37ccfd344591df788155315a7c533ce79d6fc96fb9db0241daffa4541c0530a270c39

CHANGES.md.html

1.0.0 (2020-03-30)

  • Port to dune (thanks to @hannesm)

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.