File tree Expand file tree Collapse file tree
src/main/java/org/arkecosystem/crypto/signature/bls Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import com .herumi .mcl .Mcl ;
77import org .arkecosystem .crypto .Schnorr ;
88
9- /*
10- * BLS API
11- * Now only BLS12-381 supported
12- * created by yuezz 201910
13- */
149public class Bls implements BlsConstants {
1510 static {
1611 String lib = "mcljava" ;
Original file line number Diff line number Diff line change 77import java .util .LinkedList ;
88import java .util .List ;
99
10- /*
11- * JNI env prepare
12- * created by yuezz 201910
13- */
1410public class JNIEnv {
1511 byte [] cache ;
1612 List <String > sources ;
Original file line number Diff line number Diff line change 11package org .arkecosystem .crypto .signature .bls ;
22
3- // import org.sun.org.apache.xerces.internal.impl.dv.util.HexBin;
4-
53import com .herumi .mcl .Fr ;
64import com .herumi .mcl .G1 ;
75import com .herumi .mcl .G2 ;
You can’t perform that action at this time.
0 commit comments