Expand description
HMAC-based Key Derivation Function (HKDF)
This module implements HKDF as defined in RFC 5869. HKDF is designed to take input keying material (IKM) that is not necessarily uniform and produce output keying material (OKM) suitable for use in cryptographic contexts.
Structs§
- Hkdf
- HKDF implementation using any hash function
- Hkdf
Operation - Operation for HKDF operations
- Hkdf
Params - Parameters for HKDF
Enums§
- Hkdf
Algorithm - Type-level constants for HKDF algorithm