scrypt-kdf
The scrypt Password-Based Key Derivation Function in pure OCaml
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 18 Mar 2016
- Authors
- Maintainers
Sources
Dependencies
ocamlbuild
build
alcotest
with-test
pbkdf
>= "0.1.0"
nocrypto
>= "0.5.0"
cstruct
with-test & < "3.2.0"
cstruct
>= "1.7.0" & < "6.0.1"
ocamlfind
build
ocaml
>= "4.02.0"
Reverse Dependencies