4186d3b14c
- Add LICENSE - Add PORTSCOUT
5 lines
238 B
Text
5 lines
238 B
Text
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
|