Class __builtin.Nettle.Hash

Inheritance graph
__builtin.Nettle.__Hash __builtin.Nettle.Hash 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


Constant hmac_jwa_id

protected constant string __builtin.Nettle.Hash.hmac_jwa_id

Description

JWS algorithm id (if any) for the HMAC sub-module. Overloaded by the actual implementations.