Module cryptoxide::mac [−][src]
Expand description
The mac module defines the Message Authentication Code (Mac
) trait.
Structs
A MacResult
wraps a Mac code and provides a safe Eq implementation that runs in fixed time.
Traits
The Mac
trait defines methods for a Message Authentication function.