mundane
0.0.1
Module hmac
Structs
Functions
Type Aliases
In crate mundane
Module
mundane
::
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
§
HmacSha256
HMAC-SHA256.
HmacSha384
HMAC-SHA384.
HmacSha512
HMAC-SHA512.