Module hmac
rustls
0.22.4
Module hmac
Structs
Traits
In rustls::
crypto
Modules
cipher
hash
hmac
ring
tls12
tls13
Structs
CipherSuiteCommon
CryptoProvider
GetRandomFailed
SharedSecret
WebPkiSupportedAlgorithms
Enums
KeyExchangeAlgorithm
Traits
ActiveKeyExchange
KeyProvider
SecureRandom
SupportedKxGroup
Functions
verify_tls12_signature
verify_tls13_signature
?
Settings
Module
rustls
::
crypto
::
hmac
Copy item path
source
·
[
−
]
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.