package scrypt-kdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
sha256=8c4957b0b93705e04b9f3451f76f6fa5945d685ff2b923e4ca6a1e2277a7b411
md5=cca263d2f7b25a17fa704d7c66aff7cb

README.md.html

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.

OCaml

Innovation. Community. Security.