We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cb23c commit 30473a1Copy full SHA for 30473a1
1 file changed
tests/test_kdf_chain.py
@@ -47,7 +47,7 @@ async def test_kdf_chain() -> None:
47
48
# Generate random parameters
49
while True:
50
- initial_key = generate_unique_random_data(0, 2 ** 16, initial_key_set)
+ initial_key = generate_unique_random_data(1, 2 ** 16, initial_key_set)
51
input_data = generate_unique_random_data(0, 2 ** 16, input_data_set)
52
53
output_data_length = random.randrange(2, 2 ** 16)
0 commit comments