Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class Nettle.BlockCipher()->CBC.State

Inheritance graph
Cipher::State predef::Nettle.BlockCipher.CBC.State
Inherit State

inherit Cipher::State : State


Method create

Nettle.BlockCipher.CBC.State Nettle.BlockCipher.CBC.State()

Description

Initialize the CBC state with the Cipher::State object returned by substate_factory(). This is usually the State for the cipher implemented in the parent module.