Crates.io | isap-aead |
lib.rs | isap-aead |
version | 0.2.2 |
source | src |
created_at | 2022-06-18 17:01:44.080791 |
updated_at | 2023-07-28 07:24:02.200029 |
description | Pure Rust implementation of ISAP v2 with Ascon and Keccak |
homepage | https://github.com/sebastinas/isap-aead |
repository | https://github.com/sebastinas/isap-aead |
max_upload_size | |
id | 608608 |
size | 1,078,761 |
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.
This crate has received no security audit. Use at your own risk.
This crate is licensed under the MIT license.