Skip to content

Commit ccd21ee

Browse files
committed
added missing param lookup
1 parent ee5cbaf commit ccd21ee

File tree

1 file changed

+1
-0
lines changed
  • core/src/main/java/org/bouncycastle/pqc/crypto/util

1 file changed

+1
-0
lines changed

core/src/main/java/org/bouncycastle/pqc/crypto/util/Utils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ class Utils
320320
sphincsPlusParams.put(NISTObjectIdentifiers.id_slh_dsa_shake_256s, SPHINCSPlusParameters.shake_256s);
321321
sphincsPlusParams.put(NISTObjectIdentifiers.id_slh_dsa_shake_256f, SPHINCSPlusParameters.shake_256f);
322322

323+
sphincsPlusOids.put(SPHINCSPlusParameters.sha2_128s_robust, BCObjectIdentifiers.sphincsPlus_sha2_128s_r3);
323324
sphincsPlusOids.put(SPHINCSPlusParameters.sha2_128f_robust, BCObjectIdentifiers.sphincsPlus_sha2_128f_r3);
324325
sphincsPlusOids.put(SPHINCSPlusParameters.shake_128s_robust, BCObjectIdentifiers.sphincsPlus_shake_128s_r3);
325326
sphincsPlusOids.put(SPHINCSPlusParameters.shake_128f_robust, BCObjectIdentifiers.sphincsPlus_shake_128f_r3);

0 commit comments

Comments
 (0)