Type Alias rand_chacha::ChaChaRng

source ·
pub type ChaChaRng = ChaCha20Rng;
Expand description

ChaCha with 20 rounds

Aliased Type§

struct ChaChaRng {
    rng: BlockRng<ChaCha20Core>,
}

Fields§

§rng: BlockRng<ChaCha20Core>