[dependencies.zeroize]
default-features = false
optional = true
version = "1.6.0"
[features]
no_unroll = []
zeroize = ["dep:zeroize"]
[lib]
name = "ascon_core"
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 = "Pure rust implementation of the Ascon permutation"
documentation = "https://docs.rs/ascon-core"
edition = "2024"
keywords = ["Ascon", "crypto", "permutation"]
license = "Apache-2.0 OR MIT"
name = "ascon-core"
readme = "README.md"
repository = "https://github.com/sebastinas/ascon-aead/tree/master/ascon-core"
rust-version = "1.85"
version = "0.5.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]