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