sponges/ascon/Cargo.toml
Sebastian Ramacher c48f3310d9
ascon v0.3.1 (#52)
2023-03-19 16:40:52 +01:00

23 lines
634 B
TOML

[package]
name = "ascon"
version = "0.3.1"
description = "Pure rust implementation of the Ascon permutation"
authors = [
"Sebastian Ramacher <sebastian.ramacher@ait.ac.at>",
"RustCrypto Developers",
]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/ascon"
repository = "https://github.com/RustCrypto/sponges/tree/master/ascon"
keywords = ["Ascon", "crypto", "permutation"]
categories = ["cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.56"
[features]
no_unroll = [] # Do not unroll loops for binary size reduction
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]