[][src]Module oauth1_request::signature_method::hmac_sha1

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.