package scrypt-kdf

  1. Overview
  2. Docs

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.

Published: 10 Mar 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.

Dependencies (8)

  1. salsa20-core >= "0.1.0"
  2. pbkdf >= "0.1.0"
  3. nocrypto >= "0.5.3"
  4. cstruct >= "1.7.0" & < "6.0.1"
  5. topkg build
  6. ocamlbuild build
  7. ocamlfind build
  8. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (1)

  1. builder-web

Conflicts

None