vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
//! Cryptographic operations — ciphers, hashes, and key-derivation functions.
//!
//! Crypto ops may be Category C intrinsics when they rely on hardware
//! acceleration, or Category A compositions for software-only paths.

/// ChaCha20 block function (stream-cipher keystream generation).
pub mod chacha20_block;