crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifier
This commit is contained in:
@@ -48,6 +48,7 @@ iv_gen_t* iv_gen_create_for_alg(encryption_algorithm_t alg)
|
||||
case ENCR_CAMELLIA_CCM_ICV8:
|
||||
case ENCR_CAMELLIA_CCM_ICV12:
|
||||
case ENCR_CAMELLIA_CCM_ICV16:
|
||||
case ENCR_CHACHA20_POLY1305:
|
||||
case ENCR_NULL_AUTH_AES_GMAC:
|
||||
return iv_gen_seq_create();
|
||||
case ENCR_NULL:
|
||||
|
||||
Reference in New Issue
Block a user