Method __builtin.Nettle.Hash()->HMAC.State()->digest_info()
- Method digest_info
string(8bit)digest_info(string(8bit)text)- Description
Hashes the
textaccording to the HMAC algorithm and returns the hash value as a PKCS-1 digestinfo block.
string(8bit) digest_info(string(8bit) text)
Hashes the text according to the HMAC algorithm and returns
the hash value as a PKCS-1 digestinfo block.