Click or drag to resize

HpkeAeadAlg Enumeration

AEAD functions supported for HPKE

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public enum AeadAlg
Members
Member nameDescription
None No AEAD algorithm.
Aes_128_Gcm Use the AEAD_AES_128_GCM authenticated encryption algorithm from RFC5116.
Aes_256_Gcm Use the AEAD_AES_256_GCM authenticated encryption algorithm from RFC5116.
ChaCha20_Poly1305 Use the AEAD_CHACHA20_POLY1305 authenticated encryption algorithm from RFC8439.
See Also