Module kbkdf

Source

Structsยง

KbkdfCtrHmacAlgorithm
KBKDF in Counter Mode with HMAC Algorithm

Enumsยง

KbkdfCtrHmacAlgorithmId
Key-based Derivation Function Algorithm Identifier

Constantsยง

KBKDF_CTR_HMAC_SHA224 ๐Ÿ”’
KBKDF in Counter Mode with HMAC-SHA224
KBKDF_CTR_HMAC_SHA256 ๐Ÿ”’
KBKDF in Counter Mode with HMAC-SHA256
KBKDF_CTR_HMAC_SHA384 ๐Ÿ”’
KBKDF in Counter Mode with HMAC-SHA384
KBKDF_CTR_HMAC_SHA512 ๐Ÿ”’
KBKDF in Counter Mode with HMAC-SHA512

Functionsยง

get_kbkdf_ctr_hmac_algorithm
Retrieve KbkdfCtrHmacAlgorithm using the KbkdfCtrHmacAlgorithmId specified by id.
kbkdf_ctr_hmac
Key-based Key Derivation Function (KBKDF) in Counter Mode with HMAC PRF