cmac 0.5.1

Generic implementation of Cipher-based Message Authentication Code
Documentation
[dependencies.crypto-mac]
features = ["cipher"]
version = "0.10"

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

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

[dev-dependencies.hex-literal]
version = "0.2"

[dev-dependencies.kuznyechik]
version = "0.6"

[dev-dependencies.magma]
version = "0.6"

[features]
std = ["crypto-mac/std"]

[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 OR Apache-2.0"
name = "cmac"
readme = "README.md"
repository = "https://github.com/RustCrypto/MACs"
version = "0.5.1"