pub type ChaChaCore = ChaCha20Core;
ChaCha with 20 rounds, low-level interface
struct ChaChaCore { state: ChaCha, }
state: ChaCha