32 #define HKDF_ALG_NAME ascon_hkdfa
33 #define HKDF_STATE ascon_hkdfa_state_t
34 #define HKDF_HMAC_SIZE ASCON_HMACA_SIZE
35 #define HKDF_HMAC_STATE ascon_hmaca_state_t
36 #define HKDF_HMAC_INIT ascon_hmaca_init
37 #define HKDF_HMAC_UPDATE ascon_hmaca_update
38 #define HKDF_HMAC_FINALIZE ascon_hmaca_finalize
39 #define HKDF_HMAC_FREE ascon_hmaca_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.