Module __builtin.Nettle.Hash()->HMAC
- Description
HMAC (Hashing for Message Authenticity Control) for the hash algorithm. Typically used as e.g.
Crypto.SHA256.HMAC(key)(data)
orCrypto.SHA256.HMAC(key)->update(data)->update(more_data)->digest()
.- See also
- Inherit
MAC
inherit .MAC : MAC