package scrypt-kdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

scrypt-kdf-1.1.0.tbz
sha256=335f0aa395a449b1d4b3f6cc5123ad92af13cc402bcb3baabc3d7a01ff6cd86b
sha512=026e763589cacc884fbe8e715708965491bbdca0461a4cb3c8d7aedf48312808e9424b3ee9f5f61ac0b165048ce7b3465f05ad683b146e12ca7be679ef36c4ab

CHANGES.md.html

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