botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
getAead
botan
modes
aead
aead
Get an AEAD mode by name (eg "AES-128/GCM" or "Serpent/EAX")
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
)
AEADMode
getAead
(
in
string
algo_spec
,
CipherDir
direction
)
Meta
Source
See Implementation
botan
modes
aead
aead
classes
AEADMode
functions
aeadTest
getAead
variables
total_tests
Get an AEAD mode by name (eg "AES-128/GCM" or "Serpent/EAX")