Module rfc_4226::digest[][src]

Expand description

HMAC digest types and traits.

Structs

HmacSha1

HMAC-SHA1 digest type.

Sha1Error

HMAC-SHA1 digest conversion error type.

Traits

Digest

Trait enabling use of alternative digest algorithms.

Functions

hmac_sha1

Low-level HMAC-SHA1 function.