ECKey: Make HALF_CURVE_ORDER package private

This commit is contained in:
Sean Gilligan 2024-03-10 21:44:17 -07:00 committed by Andreas Schildbach
parent e3f0f23ff9
commit 9dee165fec

View File

@ -142,7 +142,7 @@ public class ECKey implements EncryptableItem {
* Equal to CURVE.getN().shiftRight(1), used for canonicalising the S value of a signature. If you aren't
* sure what this is about, you can ignore it.
*/
public static final BigInteger HALF_CURVE_ORDER;
static final BigInteger HALF_CURVE_ORDER;
private static final SecureRandom secureRandom;