Type Alias ChaChaRng

Source
pub type ChaChaRng = ChaCha20Rng;
Expand description

ChaCha with 20 rounds

Aliased Type§

pub struct ChaChaRng {
    rng: BlockRng<ChaCha20Core>,
}

Fields§

§rng: BlockRng<ChaCha20Core>