@@ -71,12 +71,12 @@ public class SLHDSAParameterSpec
7171 parameters .put ("sha2-256f" , SLHDSAParameterSpec .slh_dsa_sha2_256f );
7272 parameters .put ("sha2-256s" , SLHDSAParameterSpec .slh_dsa_sha2_256s );
7373
74- parameters .put ("slh-dsa-sha2 -128f" , SLHDSAParameterSpec .slh_dsa_shake_128f );
75- parameters .put ("slh-dsa-sha2 -128s" , SLHDSAParameterSpec .slh_dsa_shake_128s );
76- parameters .put ("slh-dsa-sha2 -192f" , SLHDSAParameterSpec .slh_dsa_shake_192f );
77- parameters .put ("slh-dsa-sha2 -192s" , SLHDSAParameterSpec .slh_dsa_shake_192s );
78- parameters .put ("slh-dsa-sha2 -256f" , SLHDSAParameterSpec .slh_dsa_shake_256f );
79- parameters .put ("slh-dsa-sha2 -256s" , SLHDSAParameterSpec .slh_dsa_shake_256s );
74+ parameters .put ("slh-dsa-shake -128f" , SLHDSAParameterSpec .slh_dsa_shake_128f );
75+ parameters .put ("slh-dsa-shake -128s" , SLHDSAParameterSpec .slh_dsa_shake_128s );
76+ parameters .put ("slh-dsa-shake -192f" , SLHDSAParameterSpec .slh_dsa_shake_192f );
77+ parameters .put ("slh-dsa-shake -192s" , SLHDSAParameterSpec .slh_dsa_shake_192s );
78+ parameters .put ("slh-dsa-shake -256f" , SLHDSAParameterSpec .slh_dsa_shake_256f );
79+ parameters .put ("slh-dsa-shake -256s" , SLHDSAParameterSpec .slh_dsa_shake_256s );
8080
8181 parameters .put ("shake-128f" , SLHDSAParameterSpec .slh_dsa_shake_128f );
8282 parameters .put ("shake-128s" , SLHDSAParameterSpec .slh_dsa_shake_128s );
@@ -99,12 +99,12 @@ public class SLHDSAParameterSpec
9999 parameters .put ("sha2-256f-with-sha512" , SLHDSAParameterSpec .slh_dsa_sha2_256f_with_sha512 );
100100 parameters .put ("sha2-256s-with-sha512" , SLHDSAParameterSpec .slh_dsa_sha2_256s_with_sha512 );
101101
102- parameters .put ("slh-dsashake -128f-with-shake128" , SLHDSAParameterSpec .slh_dsa_shake_128f_with_shake128 );
103- parameters .put ("slh-dsashake -128s-with-shake128" , SLHDSAParameterSpec .slh_dsa_shake_128s_with_shake128 );
104- parameters .put ("slh-dsashake -192f-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_192f_with_shake256 );
105- parameters .put ("slh-dsashake -192s-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_192s_with_shake256 );
106- parameters .put ("slh-dsashake -256f-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_256f_with_shake256 );
107- parameters .put ("slh-dsashake -256s-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_256s_with_shake256 );
102+ parameters .put ("slh-dsa-shake -128f-with-shake128" , SLHDSAParameterSpec .slh_dsa_shake_128f_with_shake128 );
103+ parameters .put ("slh-dsa-shake -128s-with-shake128" , SLHDSAParameterSpec .slh_dsa_shake_128s_with_shake128 );
104+ parameters .put ("slh-dsa-shake -192f-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_192f_with_shake256 );
105+ parameters .put ("slh-dsa-shake -192s-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_192s_with_shake256 );
106+ parameters .put ("slh-dsa-shake -256f-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_256f_with_shake256 );
107+ parameters .put ("slh-dsa-shake -256s-with-shake256" , SLHDSAParameterSpec .slh_dsa_shake_256s_with_shake256 );
108108
109109 parameters .put ("shake-128f-with-shake128" , SLHDSAParameterSpec .slh_dsa_shake_128f_with_shake128 );
110110 parameters .put ("shake-128s-with-shake128" , SLHDSAParameterSpec .slh_dsa_shake_128s_with_shake128 );
0 commit comments