8345533: Switch ML-DSA implementation to FIPS 204 final

Reviewed-by: bperez, jnimeh
This commit is contained in:
Weijun Wang 2024-12-05 01:27:10 +00:00
parent 63d095169a
commit fb95a53944
3 changed files with 8 additions and 1 deletions

View file

@ -41,7 +41,7 @@ public class ML_DSA_Impls {
// set the version to an older one. The following VM option is required:
//
// --add-exports java.base/sun.security.provider=ALL-UNNAMED
public static Version version = Version.DRAFT;
public static Version version = Version.FINAL;
static int name2int(String name) {
if (name.endsWith("44")) {