Class __builtin.Nettle.BlockCipher

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

Base class for block cipher algorithms.

Implements some common convenience functions, and prototypes.

It also implements operating modes other than ECB.

Note that no actual cipher algorithm is implemented in the base class. They are implemented in classes that inherit this class.


Inherit Cipher

inherit .Cipher : Cipher