Class __builtin.Nettle.Hash
- Description
Base class for hash algorithms.
Implements common meta functions, such as key expansion algoritms and convenience functions.
Note that no actual hash algorithm is implemented in the base class. They are implemented in classes that inherit this class.
- Inherit
__Hash
inherit .__Hash : __Hash