@@ -46,18 +46,18 @@ public class DefaultAlgorithmNameFinder
4646 algorithms .put (EACObjectIdentifiers .id_TA_ECDSA_SHA_512 , "SHA512WITHCVC-ECDSA" );
4747 algorithms .put (BCObjectIdentifiers .falcon_512 , "FALCON" );
4848 algorithms .put (BCObjectIdentifiers .falcon_1024 , "FALCON" );
49- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_128s , "SPHINCS+ " );
50- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_128f , "SPHINCS+ " );
51- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_192s , "SPHINCS+ " );
52- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_192f , "SPHINCS+ " );
53- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_256s , "SPHINCS+ " );
54- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_256f , "SPHINCS+ " );
55- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_128s , "SPHINCS+ " );
56- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_128f , "SPHINCS+ " );
57- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_192s , "SPHINCS+ " );
58- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_192f , "SPHINCS+ " );
59- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_256s , "SPHINCS+ " );
60- algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_256f , "SPHINCS+ " );
49+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_128s , "SLHDSA " );
50+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_128f , "SLHDSA " );
51+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_192s , "SLHDSA " );
52+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_192f , "SLHDSA " );
53+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_256s , "SLHDSA " );
54+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_sha2_256f , "SLHDSA " );
55+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_128s , "SLHDSA " );
56+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_128f , "SLHDSA " );
57+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_192s , "SLHDSA " );
58+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_192f , "SLHDSA " );
59+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_256s , "SLHDSA " );
60+ algorithms .put (NISTObjectIdentifiers .id_slh_dsa_shake_256f , "SLHDSA " );
6161
6262 algorithms .put (BCObjectIdentifiers .sphincsPlus_sha2_128s_r3 , "SPHINCS+" );
6363 algorithms .put (BCObjectIdentifiers .sphincsPlus_sha2_128f_r3 , "SPHINCS+" );
0 commit comments