Searched refs:NonceRandomKey (Results 1 – 1 of 1) sorted by relevance
63 nonce_key: NonceRandomKey,162 let nonce_key = NonceRandomKey::new(alg, &seed, rng)?; in new()287 key: &'a NonceRandomKey,340 struct NonceRandomKey(digest::Digest); struct342 impl NonceRandomKey { implementation