Flowdock
method

hkdf

Importance_1
v2_6_3 - Show latest stable - 0 notes - Class: KDF
hkdf(p1, p2 = {}) public

HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as specified in RFC 5869.

New in OpenSSL 1.1.0.

Parameters

ikm

The input keying material.

salt

The salt.

info

The context and application specific information.

length

The output length in octets. Must be <= 255 * HashLen, where HashLen is the length of the hash function output in octets.

hash

The hash function.

Show source
Register or log in to add new notes.