crypto-mac 0.8.0

Trait for Message Authentication Code (MAC) algorithms
Documentation
[dependencies.blobby]
optional = true
version = "0.1"

[dependencies.generic-array]
version = "0.14"

[dependencies.subtle]
default-features = false
version = "2"

[features]
dev = ["blobby"]
std = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Trait for Message Authentication Code (MAC) algorithms"
documentation = "https://docs.rs/crypto-mac"
edition = "2018"
keywords = ["crypto", "mac"]
license = "MIT OR Apache-2.0"
name = "crypto-mac"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
version = "0.8.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]