ligo/vendors/ocaml-pbkdf/README.md

6 lines
445 B
Markdown
Raw Normal View History

2018-02-16 17:33:10 +04:00
[![docs](https://img.shields.io/badge/doc-online-blue.svg)](https://abeaumont.github.io/ocaml-pbkdf)
[![Build Status](https://travis-ci.org/abeaumont/ocaml-pbkdf.svg?branch=master)](https://travis-ci.org/abeaumont/ocaml-pbkdf)
# Password based key derivation functions (PBKDF) from PKCS#5
An implementation of PBKDF 1 and 2 as defined by [PKCS#5](https://tools.ietf.org/html/rfc2898) using [nocrypto](https://github.com/mirleft/ocaml-nocrypto)