Type Alias cosmian_crypto_core::CsRng

source ·
pub type CsRng = ChaCha12Rng;
Expand description

Use ChaCha with 12 rounds as cryptographic RNG.

Aliased Type§

struct CsRng { /* private fields */ }