crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifier

This commit is contained in:
Martin Willi
2015-06-29 17:32:03 +02:00
parent b01b331afe
commit 9e110cc54c
3 changed files with 7 additions and 3 deletions
@@ -57,6 +57,7 @@ enum encryption_algorithm_t {
ENCR_CAMELLIA_CCM_ICV8 = 25,
ENCR_CAMELLIA_CCM_ICV12 = 26,
ENCR_CAMELLIA_CCM_ICV16 = 27,
ENCR_CHACHA20_POLY1305 = 28,
ENCR_UNDEFINED = 1024,
ENCR_DES_ECB = 1025,
ENCR_SERPENT_CBC = 1026,