Module hmac_sha1

Source
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§

HmacSha1
The HMAC-SHA1 signature method.
HmacSha1Sign
A type that signs a signature base string with the HMAC-SHA1 signature algorithm.
HmacSha1Signature
A signature produced by an HmacSha1Sign.

Constants§

HMAC_SHA1
The HMAC-SHA1 signature method with a default configuration.