Class __builtin.Nettle.BlockCipher16Mixin

Inheritance graph
__builtin.Nettle.BlockCipher16Mixin Nettle.BlockCipher16
Description

Mixin class for block cipher algorithms that have a 16 byte block size.

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 (indirectly) inherit this class.