[package]
name = "cmac"
version = "0.2.0"
authors = ["RustCrypto Developers"]
description = "Generic implementation of Cipher-based Message Authentication Code"
documentation = "https://docs.rs/cmac"
keywords = ["crypto", "mac", "cmac", "omac"]
categories = ["cryptography", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/RustCrypto/MACs"
[dependencies.block-cipher-trait]
version = "0.6"
[dependencies.crypto-mac]
version = "0.7"
[dependencies.dbl]
version = "0.2"
[dev-dependencies.aes]
version = "0.3"
[dev-dependencies.crypto-mac]
version = "0.7"
features = ["dev"]
[badges.travis-ci]
repository = "RustCrypto/hashes"