On Fri, 28 Mar 2025 20:10:42 GMT, Volodymyr Paprotski <[email protected]>
wrote:
>> src/java.base/share/classes/sun/security/util/math/intpoly/MontgomeryIntegerPolynomialP256.java
>> line 164:
>>
>>> 162: protected void mult(long[] a, long[] b, long[] r) {
>>> 163: multImpl(a, b, r);
>>> 164: reducePositive(r);
>>
>> `reducePositive` is now seems unused
>
> oh.. hmm.. I had a second PR that I decided wasnt worth it that was going to
> reuse this code..
>
> Will create a second JBS and remove
https://github.com/openjdk/jdk/pull/24423
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23719#discussion_r2027562079