-
Bug
-
Resolution: Fixed
-
P4
-
11, 17
-
b06
In class sun.security.ec.ECDHKeyAgreement.java, the last mod() in the below line looks redundant,
BigInteger lhs = y.modPow(BigInteger.valueOf(2), p).mod(p);
BigInteger lhs = y.modPow(BigInteger.valueOf(2), p).mod(p);