Structs

Provides an algorithm that does signature generation using HMAC’s, given a specific Digest.

Provides an algorithm that does not perform any signing and returns an empty signature.

Represents a computed signature.

Traits

A trait which implements a Signer, which you can append inputs to, and then generate a final signature with.

A trait which implements signature generation functionality.