scrypt-kdfversion

The scrypt Password-Based Key Derivation Function in pure OCaml

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.

AuthorsAlfredo Beaumont <alfredo.beaumont@gmail.com> and Sonia Meruelo <smeruelo@gmail.com>
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/abeaumont/ocaml-scrypt-kdf
Issue Trackerhttps://github.com/abeaumont/ocaml-scrypt-kdf/issues
MaintainerAlfredo Beaumont <alfredo.beaumont@gmail.com>
Dependencies
Source [http] https://github.com/abeaumont/ocaml-scrypt-kdf/archive/0.3.0.tar.gz
md5=32a8f0e7755af3c1d8438f26d3ca77b2
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/scrypt-kdf/scrypt-kdf.0.3.0/opam
Required by