Crates.io | daence |
lib.rs | daence |
version | 0.0.0 |
source | src |
created_at | 2022-03-04 02:57:03.291529 |
updated_at | 2022-03-04 02:57:03.291529 |
description | An implementation of the Daence authenticated encryption with associated data strategy |
homepage | |
repository | https://github.com/qm3ster/daence/ |
max_upload_size | |
id | 543305 |
size | 30,069 |
Here lies an implementation of "Deterministic Authenticated Encryption with no noNCEnse" by Taylor ‘Riastradh’ Campbell.
Rumor has it that this AEAD
construct thrives in abscence of nonces.
It seems like it works, I am going to use it, and so can you.
Currently, only the later XChaCha20 (as opposed to the Salsa20) variant is implemented.
Contributions are welcome, including documentation, benchmarks, and especially implementing the aead
traits.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Daencezs by you, shall be licensed as MIT, without any additional terms or conditions.