An open API service indexing awesome lists of open source software.

https://github.com/abeaumont/ocaml-scrypt-kdf

Scrypt key derivation function in pure OCaml as defined in https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04
https://github.com/abeaumont/ocaml-scrypt-kdf

cryptography kdf ocaml scrypt

Last synced: 8 months ago
JSON representation

Scrypt key derivation function in pure OCaml as defined in https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04

Awesome Lists containing this project

README

          

[![docs](https://img.shields.io/badge/doc-online-blue.svg)](https://abeaumont.github.io/ocaml-scrypt-kdf)
[![Build Status](https://travis-ci.org/abeaumont/ocaml-scrypt-kdf.svg?branch=master)](https://travis-ci.org/abeaumont/ocaml-scrypt-kdf)

# The scrypt Password-Based Key Derivation Function

A pure OCaml implementation of [scrypt](https://en.wikipedia.org/wiki/Scrypt) password based key derivation function, as defined in [The scrypt Password-Based Key Derivation Function internet draft](https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04), including test cases from the RFC.