Module hmac_sha256

Source
Available on crate feature hmac-sha256 only.
Expand description

The HMAC-SHA256 signature method is not defined in the OAuth 1.0 specification. However, it is a common signature method used in practice.

This module is only available when hmac-sha256 feature is activated.

Structs§

Hmac256Sign
A type that signs a signature base string with the HMAC-SHA256 signature algorithm.
HmacSha256
The HMAC-SHA256 signature method.
HmacSha256Signature
A signature produced by an Hmac256Sign.

Constants§

HMAC_SHA256
The HMAC-SHA256 signature method with a default configuration.