unkocrypto_rs

Function consume

source
pub fn consume<T: IntRng>(
    rng: &mut T,
    block_size: usize,
    block_count: u64,
) -> Result<()>