Class Nettle.BlockCipher()->CBC.State
- Inherit State
inheritCipher::State: State
- Method create
Nettle.BlockCipher.CBC.State Nettle.BlockCipher.CBC.State()- Description
Initialize the CBC state with the
Cipher::Stateobject returned by substate_factory(). This is usually the State for the cipher implemented in the parent module.