poly1305 0.8.0

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

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

[dependencies.zeroize]
default-features = false
optional = true
version = "1"

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

[features]
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 = "2021"
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"
resolver = "2"
rust-version = "1.56"
version = "0.8.0"

[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies.cpufeatures]
version = "0.2"