package scrypt-kdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

scrypt-kdf-1.0.0.tbz
sha256=1d846369234a7cc618ce66cc1d9361a864f6fd9bca1035cd0664b4f6170b962f
sha512=57e2d8b3e4df97e0481db53c2d9061a32fc7891279dbdf44c2524944ab7cddc390d5186d7ca6e654760af7e5be7ede4656c84d5f7c6ea9e8340384807e2e0917

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: 12 Apr 2019

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. nocrypto >= "0.5.3"
  4. cstruct >= "1.7.0"
  5. dune >= "1.8"
  6. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. alcotest with-test

Used by (2)

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

Conflicts

None