ascon-full 0.1.0

Full Ascon implementation (hash‑256, AEAD‑128 with nonce masking & tag truncation, XOF‑128, CXOF‑128).
Documentation
[dependencies]

[lib]
name = "ascon_full"
path = "src/lib.rs"

[package]
authors = ["Jakob Jens Kumke <206191583+jjkum@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Full Ascon implementation (hash‑256, AEAD‑128 with nonce masking & tag truncation, XOF‑128, CXOF‑128)."
documentation = "https://docs.rs/ascon-full"
edition = "2024"
homepage = "https://github.com/jjkum/ascon-full"
license = "MIT OR Apache-2.0"
name = "ascon-full"
readme = "README.md"
repository = "https://github.com/jjkum/ascon-full"
version = "0.1.0"