[dependencies.ascon]
version = "0.3"
[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"]
[package]
authors = ["Sebastian Ramacher <sebastian.ramacher@ait.ac.at>", "RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Implementation of the Ascon and AsconA hashes and XOFs"
documentation = "https://docs.rs/ascon-hash"
edition = "2021"
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.56"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]