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