Function evercrypt::hmac::hmac [−][src]
Expand description
Compute the HMAC value with the given mode
and key
on data
with an
output tag length of tag_length
.
Returns a vector of length tag_length
.
Compute the HMAC value with the given mode
and key
on data
with an
output tag length of tag_length
.
Returns a vector of length tag_length
.