Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Class __builtin.Nettle.Cipher

Inheritance graph
__builtin.Nettle.Cipher Nettle.BlockCipher.CTR Nettle.BufferedCipher.Buffer Nettle.Cipher __builtin.Nettle.AE __builtin.Nettle.BlockCipher __builtin.Nettle.BlockCipher.CTR
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