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()288 key: &'a NonceRandomKey,341 struct NonceRandomKey(digest::Digest); struct343 impl NonceRandomKey { impl