ascon-core 0.1.1

Pure rust implementation of the Ascon permutation
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Ascon permutation

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](https://ascon.iaik.tugraz.at).

## Security Notes

This crate has received no security audit. Use at your own risk.

## License

This crate is licensed under the MIT license.