vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
use super::ENTROPY_SCALE;

/// Spec-table check value for a uniform byte distribution.
pub const UNIFORM_BYTE_DISTRIBUTION_ENTROPY: u32 = 8 * ENTROPY_SCALE;