mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
ECKey: Make HALF_CURVE_ORDER package private
This commit is contained in:
parent
e3f0f23ff9
commit
9dee165fec
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user