[][src]Module itsdangerous::algorithm

Structs

HMACAlgorithm

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

NoneAlgorithm

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

Signature

Represents a computed signature.

Traits

Signer

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

SigningAlgorithm

A trait which implements signature generation functionality.