aeadTest

Undocumented in source. Be warned that the author may not have intended to support it.
static if(BOTAN_HAS_AEAD_CCM || BOTAN_HAS_AEAD_EAX || BOTAN_HAS_AEAD_GCM || BOTAN_HAS_AEAD_SIV || BOTAN_HAS_AEAD_OCB || BOTAN_HAS_AEAD_CHACHA20_POLY1305)
static if(BOTAN_TEST)
size_t
aeadTest
(
string algo
,
string input
,
string expected
,
string nonce_hex
,
string ad_hex
,
string key_hex
)

Meta