daence

Crates.iodaence
lib.rsdaence
version0.0.0
sourcesrc
created_at2022-03-04 02:57:03.291529
updated_at2022-03-04 02:57:03.291529
descriptionAn implementation of the Daence authenticated encryption with associated data strategy
homepage
repositoryhttps://github.com/qm3ster/daence/
max_upload_size
id543305
size30,069
Mihail Malo (qm3ster)

documentation

README

Daence

Crates.io MIT licensed

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.

License

This project is licensed under the MIT license.

Contribution

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.

Commit count: 3

cargo fmt