Home
last modified time | relevance | path

Searched defs:NonceRandom (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dsigning.rs287 struct NonceRandom<'a> { struct
288 key: &'a NonceRandomKey, argument
293 impl core::fmt::Debug for NonceRandom<'_> { implementation
299 impl rand::sealed::SecureRandom for NonceRandom<'_> { implementation
339 impl<'a> sealed::Sealed for NonceRandom<'a> {} implementation