package scrypt-kdf

  1. Overview
  2. Docs
The scrypt Password-Based Key Derivation Function

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.0.tar.gz
md5=f94cf5985bceb9b57efe3979a791cd81
sha512=9d4f4ba1153b6c92abc2194da93e98d7f18c539ddf405e6619f0a9336790aee80b6dabb52ffa046138bdfe8a41b2b9c4361962011b37bcb9b8ab54d509b58d68

CHANGES.md.html

1.2.0 (2021-08-03)

  • Upgrade to Cstruct 6.0.0

1.1.0 (2020-03-31)

  • Port to mirage-crypto (thanks to @hannesm)

1.0.0 (2019-04-12)

  • Move to dune

  • Upgrade to opam 2.0

0.4.0 (2017-03-09)

  • Removed Makefile, unneeded with topkg

  • Made pkg.ml executable

  • Added salsa20-core as a dependency and remove related code

0.3.0 (2017-02-21)

  • Replaced underscores by dashes in library names

  • Exported Salsa20_core module

0.2.0 (2016-10-31)

  • Added topkg dependency

  • Optimized inner loop in salsa_core to improve performance

  • Replaced custom clone function by Nocrypto's implementation

0.1.0 (2016-03-18)

  • Initial release