Skip to content

Commit

Permalink
Remove duplicate test vector for HKDF
Browse files Browse the repository at this point in the history
  • Loading branch information
LoupVaillant committed Jan 15, 2024
1 parent 5e3c845 commit be35946
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/gen/sha512_hkdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def vectors(ikm_size, salt_size, info_size, okm_size):
vectors(32, 16, 8, 128)
vectors(32, 16, 8, 129)

vectors(32, 16, 8, 128)

vectors(127, 16, 8, 128)
vectors(128, 16, 8, 128)
vectors(129, 16, 8, 128)
Expand Down

0 comments on commit be35946

Please sign in to comment.