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