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;