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