Class __builtin.Nettle.Hash()->HMAC.State
- Description
The HMAC hash state.
- Inherit
this_program
inherit ::this_program : this_program
- Method
create
__builtin.Nettle.Hash.HMAC.State __builtin.Nettle.Hash.HMAC.State(string(8bit)passwd,int(1..)|voidb)- Parameter
passwd The secret password (K).
- Parameter
b Block size. Must be larger than or equal to the digest_size(). Defaults to the block_size().