Skip to main content

DiceEntropy

Type Alias DiceEntropy 

Source
pub type DiceEntropy<const FACES: u8, const N: usize> = SensitiveBytes<N, Dice<FACES>>;
Expand description

Dice-origin entropy. FACES is the die geometry, N the buffer length in bytes.

Aliased Typeยง

pub struct DiceEntropy<const FACES: u8, const N: usize> { /* private fields */ }