Skip to content

Commit

Permalink
✅ add some tests(from rust fips205 library)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxu2020 committed Jul 8, 2024
1 parent 4b47f80 commit 7d1783a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion slhdsa/lowlevel/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ def t_l(pk_seed: bytes, address: Address, msgl: bytes) -> bytes:
sha2_192s: Parameter = Parameter(24, 63, 7, 9, 14, 17, 4, 39, *sha2_35_functions(24, 39))
sha2_192f: Parameter = Parameter(24, 66, 22, 3, 8, 33, 4, 42, *sha2_35_functions(24, 42))
sha2_256s: Parameter = Parameter(32, 64, 8, 8, 14, 22, 4, 47, *sha2_35_functions(32, 47))
sha2_256f: Parameter = Parameter(32, 68, 17, 4, 9, 35, 4, 49, *sha2_35_functions(32, 49))
sha2_256f: Parameter = Parameter(32, 68, 17, 4, 9, 35, 4, 49, *sha2_35_functions(32, 49))
Loading

0 comments on commit 7d1783a

Please sign in to comment.