Module crypto::mac
[−]
[src]
The mac module defines the Message Authentication Code (Mac) trait.
Structs
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. |