Module Nettle.BlockCipher()->CBC
- Description
Implementation of the cipher block chaining mode (CBC).
Works as a wrapper for the cipher implemented by overloading the parent class (Cipher).
- See also
Crypto.CBC,
GCM
- Inherit BufferedCipher
inherit BufferedCipher : BufferedCipher