Searched refs:nonce1 (Results 1 – 1 of 1) sorted by relevance
24 let mut nonce1 = [0; 16]; in test_rng() localVariable26 rng.fill_bytes(&mut nonce1); in test_rng()27 assert_ne!(nonce1, nonce2, "random value is all zeroes!"); in test_rng()30 assert_ne!(nonce1, nonce2, "two random values match!"); in test_rng()