Module Nettle.BlockCipher()->PCBC

Inheritance graph
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, GCM


Inherit CBC

inherit CBC : CBC