pub type CoinEntropy<const N: usize> = SensitiveBytes<N, Coin>;
Coin-flip entropy. N is the buffer length in bytes.
N
pub struct CoinEntropy<const N: usize> { /* private fields */ }