Class Nettle.BlockCipher()->OFB.State

Inheritance graph
__builtin.Nettle.Cipher.State Nettle.Cipher.State Nettle.BlockCipher.OFB.State
Description

The state for a OFB instance.


Inherit State

inherit BufferedCipher::State : State


Variable obj

object Nettle.BlockCipher.OFB.State.obj

Note

Read only


Method create

Nettle.BlockCipher.OFB.State Nettle.BlockCipher.OFB.State()

Description

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