Namespace NLightning.Infrastructure.Crypto.Ciphers
Classes
- ChaCha20Poly1305
AEAD_CHACHA20_POLY1305 from RFC 7539. The 96-bit nonce is formed by encoding 32 bits of zeros followed by little-endian encoding of n.
- XChaCha20Poly1305
AEAD_XCHACHA20_POLY1305 from draft-irtf-cfrg-xchacha-03. The 96-bit nonce is formed by encoding 32 bits of zeros followed by little-endian encoding of n.