daa 0.2.0

Implementation of Data Authentication Algorithm (DAA)
Documentation
[dependencies.crypto-mac]
version = "0.8"

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

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