cmac 0.3.0

Generic implementation of Cipher-based Message Authentication Code
Documentation
[dependencies.block-cipher]
version = "0.7"

[dependencies.crypto-mac]
version = "0.8"

[dependencies.dbl]
version = "0.3"
[dev-dependencies.aes]
version = "0.4"

[dev-dependencies.crypto-mac]
features = ["dev"]
version = "0.8"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Generic implementation of Cipher-based Message Authentication Code"
documentation = "https://docs.rs/cmac"
edition = "2018"
keywords = ["crypto", "mac", "cmac", "omac"]
license = "MIT/Apache-2.0"
name = "cmac"
readme = "README.md"
repository = "https://github.com/RustCrypto/MACs"
version = "0.3.0"