Available on crate feature
hmac-sha1
only.Expand description
The HMAC-SHA1
signature method (RFC 5849 section 3.4.2.).
This module is only available when hmac-sha1
feature is activated.
Structs§
- Hmac
Sha1 - The
HMAC-SHA1
signature method. - Hmac
Sha1 Sign - A type that signs a signature base string with the HMAC-SHA1 signature algorithm.
- Hmac
Sha1 Signature - A signature produced by an
HmacSha1Sign
.
Constants§
- HMAC_
SHA1 - The
HMAC-SHA1
signature method with a default configuration.