Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Class Nettle.BlockCipher()->CTR.State

Inheritance graph
__builtin.Nettle.Cipher.State Nettle.BlockCipher.CTR.State Nettle.BlockCipher16.CCM.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.