[dependencies.crypto-mac]
features = ["cipher"]
version = "0.10"
[dependencies.des]
version = "0.6"
[dev-dependencies.crypto-mac]
features = ["dev"]
version = "0.10"
[features]
std = ["crypto-mac/std"]
[package]
authors = ["RustCrypto Developers"]
description = "Implementation of Data Authentication Algorithm (DAA)"
documentation = "https://docs.rs/daa"
edition = "2018"
keywords = ["crypto", "mac", "daa", "fips"]
license = "MIT OR Apache-2.0"
name = "daa"
readme = "README.md"
repository = "https://github.com/RustCrypto/MACs"
version = "0.4.0"