hmac 0.12.0

Generic implementation of Hash-based Message Authentication Code (HMAC)
Documentation
[dependencies.digest]
features = ["mac"]
version = "0.10"
[dev-dependencies.digest]
features = ["dev"]
version = "0.10"

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

[dev-dependencies.md-5]
default-features = false
version = "0.10"

[dev-dependencies.sha-1]
default-features = false
version = "0.10"

[dev-dependencies.sha2]
default-features = false
version = "0.10"

[dev-dependencies.streebog]
default-features = false
version = "0.10"

[features]
reset = []
std = ["digest/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
documentation = "https://docs.rs/hmac"
edition = "2018"
keywords = ["crypto", "mac", "hmac", "digest"]
license = "MIT OR Apache-2.0"
name = "hmac"
readme = "README.md"
repository = "https://github.com/RustCrypto/MACs"
version = "0.12.0"