isap-aead

Crates.ioisap-aead
lib.rsisap-aead
version0.2.2
sourcesrc
created_at2022-06-18 17:01:44.080791
updated_at2023-07-28 07:24:02.200029
descriptionPure Rust implementation of ISAP v2 with Ascon and Keccak
homepagehttps://github.com/sebastinas/isap-aead
repositoryhttps://github.com/sebastinas/isap-aead
max_upload_size
id608608
size1,078,761
Sebastian Ramacher (sebastinas)

documentation

README

ISAP

Pure Rust implementation of the lightweight Authenticated Encryption and Associated Data (AEAD) scheme ISAP. 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.

Commit count: 35

cargo fmt