mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
2edfa058ea
Approved by: portmgr blanket
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
A ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key
|
|
Derivation Function (HKDF). The goal of HKDF is to take some source key
|
|
material and generate suitable cryptographic keys from it.
|
|
|
|
WWW: https://github.com/jtdowney/hkdf
|