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§
- Hmac
Sha256 - HMAC-SHA256.
- Hmac
Sha384 - HMAC-SHA384.
- Hmac
Sha512 - HMAC-SHA512.