poly1305 0.7.2

The Poly1305 universal hash function and message authentication code
Documentation
[dependencies.opaque-debug]
version = "0.3"

[dependencies.universal-hash]
default-features = false
version = "0.4"

[dependencies.zeroize]
default-features = false
optional = true
version = ">=1, <1.4"
[dev-dependencies.hex-literal]
version = "0.3"

[features]
force-soft = []
std = ["universal-hash/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "The Poly1305 universal hash function and message authentication code"
documentation = "https://docs.rs/poly1305"
edition = "2018"
keywords = ["crypto", "chacha20", "mac", "salsa20", "universal-hashing"]
license = "Apache-2.0 OR MIT"
name = "poly1305"
readme = "README.md"
repository = "https://github.com/RustCrypto/universal-hashes"
version = "0.7.2"
[target."cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures]
version = "0.2"