AEAD algorithm
public enum Algorithm
Public Enumeration Algorithm
| Member name | Description | |
|---|---|---|
| Aes_128_Gcm | AEAD_AES_128_GCM authenticated encryption algorithm (RFC 5116) | |
| Aes_256_Gcm | AEAD_AES_256_GCM authenticated encryption algorithm (RFC 5116) | |
| Chacha20_Poly1305 | AEAD_CHACHA20_POLY1305 authenticated encryption algorithm (RFC 7539) | |
| Ascon_128 | ASCON-128 authenticated encryption (Aead.[En/De]cryptWithTag only) | |
| Ascon_128A | ASCON-128a authenticated encryption (Aead.[En/De]cryptWithTag only) |