[dependencies.ascon-core]
default-features = false
version = "0.5"
[dependencies.digest]
default-features = false
features = ["core-api"]
version = "0.10"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.spectral]
default-features = false
version = "0.6"
[features]
default = ["std"]
std = ["digest/std"]
zeroize = ["ascon-core/zeroize"]
[lib]
name = "ascon_hash"
path = "src/lib.rs"
[package]
authors = ["Sebastian Ramacher <sebastian.ramacher@ait.ac.at>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Implementation of Ascon-Hash256 and Ascon-XOF256"
documentation = "https://docs.rs/ascon-hash"
edition = "2024"
keywords = ["crypto", "hash", "ascon"]
license = "Apache-2.0 OR MIT"
name = "ascon-hash"
readme = "README.md"
repository = "https://github.com/RustCrypto/hashes"
rust-version = "1.85"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "kats_tests"
path = "tests/kats_tests.rs"