Skip to content

Commit

Permalink
added missing param lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Aug 21, 2024
1 parent ee5cbaf commit ccd21ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ class Utils
sphincsPlusParams.put(NISTObjectIdentifiers.id_slh_dsa_shake_256s, SPHINCSPlusParameters.shake_256s);
sphincsPlusParams.put(NISTObjectIdentifiers.id_slh_dsa_shake_256f, SPHINCSPlusParameters.shake_256f);

sphincsPlusOids.put(SPHINCSPlusParameters.sha2_128s_robust, BCObjectIdentifiers.sphincsPlus_sha2_128s_r3);
sphincsPlusOids.put(SPHINCSPlusParameters.sha2_128f_robust, BCObjectIdentifiers.sphincsPlus_sha2_128f_r3);
sphincsPlusOids.put(SPHINCSPlusParameters.shake_128s_robust, BCObjectIdentifiers.sphincsPlus_shake_128s_r3);
sphincsPlusOids.put(SPHINCSPlusParameters.shake_128f_robust, BCObjectIdentifiers.sphincsPlus_shake_128f_r3);
Expand Down

0 comments on commit ccd21ee

Please sign in to comment.