package scrypt-kdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.0.tar.gz
md5=f94cf5985bceb9b57efe3979a791cd81
sha512=9d4f4ba1153b6c92abc2194da93e98d7f18c539ddf405e6619f0a9336790aee80b6dabb52ffa046138bdfe8a41b2b9c4361962011b37bcb9b8ab54d509b58d68

Description

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.

Published: 15 Aug 2021

README

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.

Dependencies (6)

  1. salsa20-core >= "0.1.0"
  2. pbkdf >= "0.1.0"
  3. mirage-crypto
  4. cstruct >= "6.0.0"
  5. dune >= "1.8.0"
  6. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (2)

  1. builder-web
  2. nocoiner >= "1.0.0"

Conflicts

None