isap-aead 0.2.5

Pure Rust implementation of ISAP v2 with Ascon and Keccak
1
2
3
4
5
6
7
8
9
10
11
# ISAP

Pure Rust implementation of the lightweight Authenticated Encryption and Associated Data (AEAD) scheme [ISAP](https://isap.isec.tugraz.at/). This crate implements version 2 of ISAP. By default, implementations with the Keccak (feature `keccak`) and Ascon (feature `ascon`) permutations are provided. For the documentation of all other features, please see the `aead` crate.

## Security Notes

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

## License

This crate is licensed under the MIT license.