File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
core/src/main/java/org/bouncycastle/pqc/crypto/util Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments