Function backup_rng

Source
pub(super) fn backup_rng() -> Option<MutexGuard<'static, ReseedingRng<ChaCha20Core, Box<dyn RngCore + Send>>>>
Available on non-WebAssembly only.
Expand description

Return a MutexGuard for our backup rng, or None if we couldn’t construct one.