File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pkix/src/main/java/org/bouncycastle/operator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ public class DefaultDigestAlgorithmIdentifierFinder
161161 digestOids .put (NISTObjectIdentifiers .id_hash_slh_dsa_shake_256s_with_shake256 , NISTObjectIdentifiers .id_shake256 );
162162 digestOids .put (NISTObjectIdentifiers .id_hash_slh_dsa_shake_256f_with_shake256 , NISTObjectIdentifiers .id_shake256 );
163163
164- digestOids .put (NISTObjectIdentifiers .id_ml_dsa_44 , NISTObjectIdentifiers .id_shake128 );
164+ digestOids .put (NISTObjectIdentifiers .id_ml_dsa_44 , NISTObjectIdentifiers .id_shake256 );
165165 digestOids .put (NISTObjectIdentifiers .id_ml_dsa_65 , NISTObjectIdentifiers .id_shake256 );
166166 digestOids .put (NISTObjectIdentifiers .id_ml_dsa_87 , NISTObjectIdentifiers .id_shake256 );
167167 digestOids .put (NISTObjectIdentifiers .id_hash_ml_dsa_44_with_sha512 , NISTObjectIdentifiers .id_sha512 );
You can’t perform that action at this time.
0 commit comments