Module hmac
rustls
0.23.23
Module hmac
Module Items
Structs
Traits
In rustls::
crypto
Modules
cipher
hash
hmac
hpke
ring
tls12
tls13
Structs
CipherSuiteCommon
CompletedKeyExchange
CryptoProvider
GetRandomFailed
SharedSecret
WebPkiSupportedAlgorithms
Enums
KeyExchangeAlgorithm
Traits
ActiveKeyExchange
KeyProvider
SecureRandom
SupportedKxGroup
Functions
verify_tls12_signature
verify_tls13_signature
verify_tls13_signature_with_raw_key
rustls
::
crypto
Module
hmac
Copy item path
Settings
Help
Summary
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.