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>
pub type ChaChaRng = ChaCha20Rng;
ChaCha with 20 rounds
struct ChaChaRng {
rng: BlockRng<ChaCha20Core>,
}
rng: BlockRng<ChaCha20Core>