pub type DeckEntropy<const CARDS: u8, const N: usize> = SensitiveBytes<N, Deck<CARDS>>;Expand description
Deck-origin entropy. CARDS is the card set game, N the buffer length in bytes.
Aliased Typeยง
pub struct DeckEntropy<const CARDS: u8, const N: usize> { /* private fields */ }