32 #define HKDF_ALG_NAME ascon_hkdf
33 #define HKDF_STATE ascon_hkdf_state_t
34 #define HKDF_HMAC_SIZE ASCON_HMAC_SIZE
35 #define HKDF_HMAC_STATE ascon_hmac_state_t
36 #define HKDF_HMAC_INIT ascon_hmac_init
37 #define HKDF_HMAC_UPDATE ascon_hmac_update
38 #define HKDF_HMAC_FINALIZE ascon_hmac_finalize
39 #define HKDF_HMAC_FREE ascon_hmac_free
HMAC-based key derivation function based on ASCON-HMAC.
Hashed Message Authentication Code (HMAC) based on ASCON-HASH.
System utilities of use to applications that use ASCON.