Crate crypto_mac[−][src]
This crate provides trait for Message Authentication Code (MAC) algorithms.
Re-exports
| pub use generic_array; | 
Modules
| consts | Type aliases for many constants. | 
Macros
| impl_write | Implements  | 
Structs
| InvalidKeyLength | Error type for signaling invalid key length for MAC initialization | 
| MacError | Error type for signaling failed MAC verification | 
| Output | 
 | 
Traits
| Mac | The  | 
| NewMac | Instantiate a  | 
Type Definitions
| Key | Key for an algorithm that implements  |