package scrypt-kdf

  1. Overview
  2. Docs
The scrypt Password-Based Key Derivation Function in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=dfb4a5028fa8bd5735a65a994ccad911

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: 18 Mar 2016

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 (6)

  1. ocamlbuild build
  2. pbkdf >= "0.1.0"
  3. nocrypto >= "0.5.0"
  4. cstruct >= "1.7.0" & < "6.0.1"
  5. ocamlfind build
  6. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. cstruct with-test & < "3.2.0"

Used by (1)

  1. builder-web

Conflicts

None