Skip to content

Commit 3838ca9

Browse files
committed
wip
1 parent 17629c6 commit 3838ca9

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

src/main/java/org/arkecosystem/crypto/signature/bls/Bls.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
import com.herumi.mcl.Mcl;
77
import org.arkecosystem.crypto.Schnorr;
88

9-
/*
10-
* BLS API
11-
* Now only BLS12-381 supported
12-
* created by yuezz 201910
13-
*/
149
public class Bls implements BlsConstants {
1510
static {
1611
String lib = "mcljava";

src/main/java/org/arkecosystem/crypto/signature/bls/JNIEnv.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
import java.util.LinkedList;
88
import java.util.List;
99

10-
/*
11-
* JNI env prepare
12-
* created by yuezz 201910
13-
*/
1410
public class JNIEnv {
1511
byte[] cache;
1612
List<String> sources;

src/main/java/org/arkecosystem/crypto/signature/bls/PrivateKey.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package org.arkecosystem.crypto.signature.bls;
22

3-
// import org.sun.org.apache.xerces.internal.impl.dv.util.HexBin;
4-
53
import com.herumi.mcl.Fr;
64
import com.herumi.mcl.G1;
75
import com.herumi.mcl.G2;

0 commit comments

Comments
 (0)