belt-mac 0.1.0

MAC specified by the BelT standard
Documentation
[dependencies.belt-block]
version = "0.1"

[dependencies.cipher]
version = "0.4"

[dependencies.digest]
features = ["mac"]
version = "0.10.3"

[dev-dependencies.cipher]
features = ["dev"]
version = "0.4"

[dev-dependencies.digest]
features = ["dev"]
version = "0.10"

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

[features]
std = ["digest/std"]
zeroize = ["cipher/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "MAC specified by the BelT standard"
documentation = "https://docs.rs/belt-mac"
edition = "2021"
keywords = ["crypto", "mac", "belt-mac"]
license = "MIT OR Apache-2.0"
name = "belt-mac"
readme = "README.md"
repository = "https://github.com/RustCrypto/MACs"
resolver = "1"
rust-version = "1.57"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]