pub type ChaChaRng = ChaCha20Rng;Expand description
ChaCha with 20 rounds
Aliased Type§
pub struct ChaChaRng {
    rng: BlockRng<ChaCha20Core>,
}Fields§
§rng: BlockRng<ChaCha20Core>pub type ChaChaRng = ChaCha20Rng;ChaCha with 20 rounds
pub struct ChaChaRng {
    rng: BlockRng<ChaCha20Core>,
}rng: BlockRng<ChaCha20Core>