package scrypt-kdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

scrypt-kdf-1.1.0.tbz
sha256=335f0aa395a449b1d4b3f6cc5123ad92af13cc402bcb3baabc3d7a01ff6cd86b
sha512=026e763589cacc884fbe8e715708965491bbdca0461a4cb3c8d7aedf48312808e9424b3ee9f5f61ac0b165048ce7b3465f05ad683b146e12ca7be679ef36c4ab

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: 31 Mar 2020

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 >= "3.2.0" & < "6.1.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