18 #if defined(HAVE_CHACHA_POLY)
19 #if defined(HAVE_POLY1305) && defined(HAVE_CHACHA)
21 #ifndef CX_CHACHA_POLY_H
22 #define CX_CHACHA_POLY_H
24 #if defined(HAVE_AEAD)
33 #if defined(HAVE_AEAD)
34 extern const cx_aead_info_t cx_chacha20_poly1305_info;
Authenticated Encryption with Associated Data (AEAD)
CHACHA20_POLY1305 Authenticated Encryption with Additional Data (AEAD)