upstream: github.com/robur-coop/kdf
1# kdf - Key Derivation Functions
2
3This repository provides multiple already specified key derivation functions in
4and for OCaml:
5
6- [scrypt](https://tools.ietf.org/html/rfc7914),
7- [PBKDF 1 and 2 as defined by PKCS#5](https://tools.ietf.org/html/rfc2898),
8- and [HKDF](https://tools.ietf.org/html/rfc5869).
9
10## Documentation
11
12[API Documentation](https://robur-coop.github.io/kdf/doc)
13
14## Installation
15
16`opam install kdf` will install the latest released version.
17