[−][src]Crate crypto_mac
This crate provides trait for Message Authentication Code (MAC) algorithms.
Re-exports
pub use block_cipher; |
pub use generic_array; |
Modules
consts | Type aliases for many constants. |
dev | feature="dev" Development-related functionality |
Macros
bench | feature="dev" Define benchmark |
new_test | feature="dev" Define test |
Structs
InvalidKeyLength | Error type for signaling invalid key length for MAC initialization |
MacError | Error type for signaling failed MAC verification |
Output |
|
Traits
FromBlockCipher | feature="block-cipher" Trait for MAC functions which can be created from block cipher. |
Mac | The |
NewMac | Instantiate a |
Type Definitions
Key | Key for an algorithm that implements |