Crate crypto_mac [] [src]

Structs

Hmac

The Hmac struct represents an Hmac function - a Message Authentication Code using a Digest.

MacResult

A MacResult wraps a Mac code and provides a safe Eq implementation that runs in fixed time.

Traits

Mac

The Mac trait defines methods for a Message Authentication function.