package salsa20-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.0.tar.gz
md5=176ad572923a6fb22160c376a5300a83
sha512=c10b673774d4379600bb09860827820bce1fd6efd4f33bfaa9184e5b623640ab37ad717e2330c5a7f418fb1ac89a8a3bc3650e95f1d0469acac593b6e3e378d1

CHANGES.md.html

1.1.0 (2021-08-03)

  • Upgrade to Cstruct 6.0.0

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.