Class Nettle.BlockCipher()->CFB.State
- Description
The state for a CFB instance.
- Inherit State
inherit BufferedCipher::State : State
- Variable obj
object
Nettle.BlockCipher.CFB.State.obj- Note
Read only
- Method create
Nettle.BlockCipher.CFB.State Nettle.BlockCipher.CFB.State()
- Description
Initialize the CFB state with the
Cipher::State
object returned by substate_factory(). This is usually the State for the cipher implemented in the parent module.