On Mon, 17 Aug 2026 20:15:52 GMT, Mark Powers <[email protected]> wrote:
>> https://bugs.openjdk.org/browse/JDK-8381223 >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Mark Powers has updated the pull request incrementally with one additional > commit since the last revision: > > comment from Shawn src/java.base/share/classes/sun/security/provider/ML_DSA.java line 1545: > 1543: // This is only used for 2^D * t1. Since t1 < 2^10, > 1544: // the product is at most q - 1 and needs no reduction. > 1545: res[i][j] = c * vec[i][j]; This method is no longer general enough for arbitrary `c`. Shall we inline `2^D` here? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32259#discussion_r3816670071
