quasor 6.1.3

A high-security AEAD based on a Duplex Sponge construction with SHAKE256, Argon2id, and BLAKE3.
Documentation
1
2
3
4
5
6
7
8
// src/lib.rs

mod constants;
mod quasor;
mod sponge;

// The public API is now based on the Quasor struct.
pub use quasor::{Error, Quasor};