Skip to content

Commit

Permalink
added missing noparams entry for SHL-HASH-DSA 128s
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Sep 10, 2024
1 parent e09f838 commit 292d61f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ public class DefaultSignatureAlgorithmIdentifierFinder
noParams.add(NISTObjectIdentifiers.id_slh_dsa_shake_256f);
noParams.add(NISTObjectIdentifiers.id_slh_dsa_sha2_128s);
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_128f_with_sha256);
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_128s_with_sha256);
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_192s_with_sha512);
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_192f_with_sha512);
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_256s_with_sha512);
Expand Down

0 comments on commit 292d61f

Please sign in to comment.