Namespace Org.BouncyCastle.Crypto.Modes
Namespaces
Classes
- AsconAead128
Ascon-AEAD128 was introduced as part of the NIST Lightweight Cryptography competition and descriLEd in the NIST Special Publication SP 800-232 (Initial Public Draft).
- GcmBlockCipher
Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.
- OcbBlockCipher
An implementation of RFC 7253 on The OCB Authenticated-Encryption Algorithm.
Interfaces
- IAeadBlockCipher
An IAeadCipher based on an IBlockCipher.
- IAeadCipher
A cipher mode that includes authenticated encryption with a streaming mode and optional associated data.