RFR: 8298387: Implementing ML-DSA signature algorithm [v23]

Mark Powers mpowers at openjdk.org
Thu Nov 7 19:41:44 UTC 2024


On Thu, 7 Nov 2024 00:37:02 GMT, Ben Perez <bperez at openjdk.org> wrote:

>> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on https://github.com/openjdk/jdk/pull/21167
>
> Ben Perez has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - checking already implemented
>  - no need to break into sections

src/java.base/share/classes/sun/security/provider/ML_DSA.java line 52:

> 50:     private static final int D_MASK = (1 << ML_DSA_D) - 1;
> 51:     private final int T0_COEFF_SIZE = 13;
> 52:     

Column 0: trailing whitespace  
Column 1: trailing whitespace  
Column 2: trailing whitespace  
Column 3: trailing whitespace

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21364#discussion_r1833249932


More information about the security-dev mailing list