package scrypt-kdf
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e47e680082a3a3cb3560c745a34599043e36ec68a91c890712e5226fa966c7a6
md5=32a8f0e7755af3c1d8438f26d3ca77b2
Description
A pure OCaml implementation of scrypt password based key derivation function, as defined in The scrypt Password-Based Key Derivation Function internet draft, including test cases from the RFC. It also includes a pure OCaml implementation of Salsa20 Core functions, both Salsa20/20 Core and the reduced Salsa20/8 Core (required by scrypt) and Salsa20/12 Core functions, including test cases from the spec.
Published: 21 Feb 2017
README
README.md
The scrypt Password-Based Key Derivation Function
A pure OCaml implementation of scrypt password based key derivation function, as defined in The scrypt Password-Based Key Derivation Function internet draft, including test cases from the RFC.
It also includes a pure OCaml implementation of Salsa20 Core functions, both Salsa20/20 Core and the reduced Salsa20/8 Core (required by scrypt) and Salsa20/12 Core functions, including test cases from the spec.
Dependencies (7)
Dev Dependencies (1)
-
alcotest
with-test
Used by (1)
-
builder-web
< "0.2.0"
Conflicts
None