nahui 0.2.0

Authenticated encryption (ChaCha20-Poly1305) and BLAKE3 content hashing for document attestation.
Documentation
1
2
3
4
5
6
#![forbid(unsafe_code)]

pub mod crypto;

#[cfg(all(target_arch = "wasm32", test))]
mod wasm_tests;