vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
//! Cryptographic and non-cryptographic hash operations.
//!
//! Hash ops are primarily Category A IR compositions.  Some
//! standard-digest variants may be Category C intrinsics on
//! backends that expose hardware-accelerated hashing.

pub mod reference;

automod::dir!(pub "src/ops/hash");