mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
Disable native secp256k1 so DCE can delete the relevant code entirely.
This commit is contained in:
parent
fbd767320c
commit
0c00b24bbc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import com.google.common.base.Preconditions;
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
public class NativeSecp256k1 {
|
public class NativeSecp256k1 {
|
||||||
public static boolean enabled = true;
|
public static boolean enabled = false;
|
||||||
static {
|
static {
|
||||||
try {
|
try {
|
||||||
System.loadLibrary("javasecp256k1");
|
System.loadLibrary("javasecp256k1");
|
||||||
|
|
Loading…
Add table
Reference in a new issue