Pike programming language

Top Nettle Nettle.BlockCipher Nettle.BlockCipher()->PCBC
➤ Nettle.BlockCipher()->OFB.`()() Nettle.BlockCipher()->PCBC.State ➤

Module Nettle.BlockCipher()->PCBC

Inheritance graph
__builtin.Nettle.Cipher Nettle.Cipher Nettle.BufferedCipher Nettle.BlockCipher.CBC Nettle.BlockCipher.PCBC

class Nettle.BlockCipher
Description

Implementation of the Propagating Cipher Block Chaining mode (PCBC).

This mode is also known as plaintext cipher block chaining (from Kerberos v4).

Works as a wrapper for the cipher implemented by overloading the parent class (Cipher).

See also

CBC, BlockCipher16.GCM


Inherit CBC

inherit CBC : CBC

Extracted from as of .