We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e3339 commit 814c068Copy full SHA for 814c068
1 file changed
tests/test_kdf_chain.py
@@ -41,9 +41,10 @@ async def test_kdf_chain() -> None:
41
42
initial_key_set: Set[bytes] = set()
43
input_data_set: Set[bytes] = set()
44
- output_data_set: Set[bytes] = set()
45
46
for _ in range(25):
+ output_data_set: Set[bytes] = set()
47
+
48
# Generate random parameters
49
while True:
50
initial_key = generate_unique_random_data(0, 2 ** 16, initial_key_set)
0 commit comments