mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8345533: Switch ML-DSA implementation to FIPS 204 final
Reviewed-by: bperez, jnimeh
This commit is contained in:
parent
63d095169a
commit
fb95a53944
3 changed files with 8 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue