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
- Host: GitHub
- URL: https://github.com/abeaumont/ocaml-scrypt-kdf
- Owner: abeaumont
- License: bsd-2-clause
- Created: 2016-03-15T20:21:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T15:59:12.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T16:38:58.996Z (about 1 year ago)
- Topics: cryptography, kdf, ocaml, scrypt
- Language: OCaml
- Homepage:
- Size: 93.8 KB
- Stars: 17
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://abeaumont.github.io/ocaml-scrypt-kdf)
[](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.