Module hmac

Source
Expand description

Hash-based Message Authentication Codes (HMACs).

Structs§

Hmac
A Hash-based Message Authentication Code (HMAC).

Functions§

hmac
Computes the HMAC of a sequence of bytes under a key.

Type Aliases§

HmacSha256
HMAC-SHA256.
HmacSha384
HMAC-SHA384.
HmacSha512
HMAC-SHA512.