Pure Rust implementation of the permutation used in the lightweight Authenticated Encryption and Associated Data (AEAD) Ascon-128, Ascon-128a, and Ascon-80pq and the hashes AsconHash-128 and AsconHash-128a. For more information visit the Ascon website.
This crate supports the following features:
no_unroll
: do not unroll loops to reduce binary sizeThis crate has received no security audit. Use at your own risk.
This crate is licensed under the MIT license.