https://github.com/hannesm/ocaml-hkdf
HMAC-based Extract-and-Expand Key Derivation Function (HKDF) (RFC 5869)
https://github.com/hannesm/ocaml-hkdf
hkdf ocaml rfc5869 security
Last synced: 11 months ago
JSON representation
HMAC-based Extract-and-Expand Key Derivation Function (HKDF) (RFC 5869)
- Host: GitHub
- URL: https://github.com/hannesm/ocaml-hkdf
- Owner: hannesm
- License: bsd-2-clause
- Archived: true
- Created: 2015-11-30T14:47:55.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T18:00:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T15:32:26.759Z (about 1 year ago)
- Topics: hkdf, ocaml, rfc5869, security
- Language: OCaml
- Size: 688 KB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
Note: this repository is archived, and is now part of [kdf](https://github.com/robur-coop/kdf).
# hkdf - HMAC-based Extract-and-Expand Key Derivation Function (RFC 5869)
An implementation of [HKDF](https://tools.ietf.org/html/rfc5869) using
[nocrypto](https://github.com/mirleft/ocaml-nocrypto), including test cases from
the RFC.
## Documentation
[](https://travis-ci.org/hannesm/ocaml-hkdf)
[API Documentation](https://hannesm.github.io/ocaml-hkdf/doc)
## Installation
`opam install hkdf` will install the latest released version.