Crate hmac [] [src]

Structs

Hmac

The Hmac struct represents an HMAC using a given hash function D.

MacResult

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.