mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 00:09:31 +01:00
ECKey: Make HALF_CURVE_ORDER package private
This commit is contained in:
parent
e3f0f23ff9
commit
9dee165fec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue