26 #ifndef CTAO_CRYPT_DH_H 27 #define CTAO_CRYPT_DH_H 31 #define InitDhKey wc_InitDhKey 32 #define FreeDhKey wc_FreeDhKey 33 #define DhGenerateKeyPair wc_DhGenerateKeyPair 34 #define DhAgree wc_DhAgree 35 #define DhKeyDecode wc_DhKeyDecode 36 #define DhSetKey wc_DhSetKey 37 #define DhParamsLoad wc_DhParamsLoad