File: README.md

package info (click to toggle)
ocaml-kdf 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: ml: 610; ansic: 56; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# kdf - Key Derivation Functions

This repository provides multiple already specified key derivation functions in
and for OCaml:

- [scrypt](https://tools.ietf.org/html/rfc7914),
- [PBKDF 1 and 2 as defined by PKCS#5](https://tools.ietf.org/html/rfc2898),
- and [HKDF](https://tools.ietf.org/html/rfc5869).

## Documentation

[API Documentation](https://robur-coop.github.io/kdf/doc)

## Installation

`opam install kdf` will install the latest released version.