rscrypto 0.1.0

Rust crypto with zero default deps: BLAKE3, Ed25519/X25519, hashes, MACs, KDFs, AEADs, and checksums with SIMD/ASM acceleration.
Documentation
1
2
3
4
5
6
//! Shared integration-test support.
//!
//! This stays intentionally small. Right now it only exposes vector-corpus
//! parsing helpers used by the official test suites.

pub mod blobby_compat;