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

The HMAC-SHA1 signature method.

A type that signs a signature base string with the HMAC-SHA1 signature algorithm.

A signature produced by an HmacSha1Sign.

Constants

The HMAC-SHA1 signature method with a default configuration.