ascon-hash 0.1.0

Implementation of the Ascon and AsconA hashes
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Ascon hash

Pure Rust implementation of the lightweight cryptographic hash functions [AsconHash and AsconAHash](https://ascon.iaik.tugraz.at) and the extendable output functions (XOF)AsconXOF and AsconAXOF.

## Security Notes

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

## License

This crate is licensed under the MIT license.