Module hmac
compio
3016ec7
Module hmac
Module Items
Structs
Traits
In compio::
tls::
rustls::
crypto
compio
::
tls
::
rustls
::
crypto
Module
hmac
Copy item path
Available on
crate feature
tls
only.
Expand description
HMAC interfaces.
Structs
§
Tag
A HMAC tag, stored as a value.
Traits
§
Hmac
A concrete HMAC implementation, for a single cryptographic hash function.
Key
A HMAC key that is ready for use.