Class __builtin.Nettle.Cipher

Inheritance graph
Description

Base class for cipher algorithms.

Implements some common convenience functions, and prototypes.

Note that no actual cipher algorithm is implemented in the base class. They are implemented in classes that inherit (usually via Nettle.Cipher) this class.

See also

Nettle.Cipher, Crypto.Cipher