rand_chacha

Type Alias ChaChaCore

source
pub type ChaChaCore = ChaCha20Core;
Expand description

ChaCha with 20 rounds, low-level interface

Aliased Typeยง

struct ChaChaCore { /* private fields */ }