Skip to content

Commit

Permalink
utils/rsa.py: fix grammar mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Oct 2, 2023
1 parent e6f13a9 commit 824e876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlsfuzzer/utils/rsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def generate(self):
values are the ciphertexts."""
ret = {}

# first a random well-formed ciphertext canaries
# first random well-formed ciphertext canaries
for i in range(1, 4):
while True:
rand_pms = self._get_random_pms()
Expand Down

0 comments on commit 824e876

Please sign in to comment.