16 url = "https://github.com/abeaumont/ocaml-pbkdf/archive/${version}.tar.gz";
17 sha256 = "sha256-dGi4Vw+7VBpK/NpJ6zdpogm+E6G/oJovXCksJBSmqjI=";
20 minimalOCamlVersion = "4.08";
21 propagatedBuildInputs = [ cstruct mirage-crypto ];
22 checkInputs = [ alcotest ];
26 description = "Password based key derivation functions (PBKDF) from PKCS#5";
27 maintainers = [ lib.maintainers.sternenseemann ];
28 license = lib.licenses.bsd2;
29 homepage = "https://github.com/abeaumont/ocaml-pbkdf";