vyre-libs 0.7.2

vyre Category A library ecosystem - pure-IR compositions over foundation IR and primitive-owned kernels
Documentation
1
2
3
4
5
6
7
8
9
//! Cat-A hash compositions.
//!
//! Owns hash compositions that build on more than one intrinsic. Single-kernel
//! checksums and hashes are registered once, in `vyre_primitives::hash`, and are
//! called from here rather than re-registered.

pub mod blake3_compress;

pub use blake3_compress::blake3_compress;