Type Alias rand_chacha::ChaChaCore

source ·
pub type ChaChaCore = ChaCha20Core;
Expand description

ChaCha with 20 rounds, low-level interface

Aliased Type§

struct ChaChaCore {
    state: ChaCha,
}

Fields§

§state: ChaCha