Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Class __builtin.Nettle.Cipher

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