package salsa20-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.0.tar.gz
md5=ee701612460d97d0dc3ca615af3ef5cb
sha512=9f413abcd15be97b3ad39efea1557e4a6b80892fbe89796298fcae5207d9f894d824ee602459e43eda07fd2875bdd90ad4c0e2a87c8cfa4ecef83ae31b4a5136

CHANGES.md.html

2.0.0 (2024-07-14)

  • Provide a string -> string interface, removing Cstruct dependency (#7, thanks to @hannesm).

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.

OCaml

Innovation. Community. Security.