We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c1401 commit 474a124Copy full SHA for 474a124
src/tests/test_crypto.py
@@ -80,6 +80,7 @@ def test_randomBytes(self):
80
data = highlevelcrypto.randomBytes(n)
81
self.assertEqual(len(data), n)
82
self.assertNotEqual(len(set(data)), 1)
83
+ self.assertNotEqual(data, highlevelcrypto.randomBytes(n))
84
85
def test_random_keys(self):
86
"""Dummy checks for random keys"""
0 commit comments