mundane
0.0.1
Module hmac
Module Items
Structs
Functions
Type Aliases
In crate mundane
mundane
Module
hmac
Copy item path
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
§
Hmac
Sha256
HMAC-SHA256.
Hmac
Sha384
HMAC-SHA384.
Hmac
Sha512
HMAC-SHA512.