ascon 0.3.1

Pure rust implementation of the Ascon permutation
Documentation
[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"]