Module sskdf

Source

Structsยง

SskdfDigestAlgorithm
SSKDF algorithm using digest
SskdfHmacAlgorithm
SSKDF algorithm using HMAC

Enumsยง

SskdfDigestAlgorithmId
Single-step (One-step) Key Derivation Function Digest Algorithm Identifier
SskdfHmacAlgorithmId
Single-step (One-step) Key Derivation Function HMAC Algorithm Identifier

Constantsยง

SSKDF_DIGEST_SHA224 ๐Ÿ”’
SSKDF with SHA224
SSKDF_DIGEST_SHA256 ๐Ÿ”’
SSKDF with SHA256
SSKDF_DIGEST_SHA384 ๐Ÿ”’
SSKDF with SHA384
SSKDF_DIGEST_SHA512 ๐Ÿ”’
SSKDF with SHA512
SSKDF_HMAC_SHA224 ๐Ÿ”’
SSKDF with HMAC-SHA224
SSKDF_HMAC_SHA256 ๐Ÿ”’
SSKDF with HMAC-SHA256
SSKDF_HMAC_SHA384 ๐Ÿ”’
SSKDF with HMAC-SHA384
SSKDF_HMAC_SHA512 ๐Ÿ”’
SSKDF with HMAC-SHA512

Functionsยง

get_sskdf_digest_algorithm
Retrieve SskdfDigestAlgorithm using the SskdfDigestAlgorithmId specified by id.
get_sskdf_hmac_algorithm
Retrieve SskdfHmacAlgorithm using the SskdfHmacAlgorithmId specified by id.
sskdf_digest
Single-step Key Derivation Function using digest
sskdf_hmac
Single-step Key Derivation Function using HMAC