Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 8, 2024
1 parent 17629c6 commit 3838ca9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/arkecosystem/crypto/signature/bls/Bls.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
import com.herumi.mcl.Mcl;
import org.arkecosystem.crypto.Schnorr;

/*
* BLS API
* Now only BLS12-381 supported
* created by yuezz 201910
*/
public class Bls implements BlsConstants {
static {
String lib = "mcljava";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
import java.util.LinkedList;
import java.util.List;

/*
* JNI env prepare
* created by yuezz 201910
*/
public class JNIEnv {
byte[] cache;
List<String> sources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.arkecosystem.crypto.signature.bls;

// import org.sun.org.apache.xerces.internal.impl.dv.util.HexBin;

import com.herumi.mcl.Fr;
import com.herumi.mcl.G1;
import com.herumi.mcl.G2;
Expand Down

0 comments on commit 3838ca9

Please sign in to comment.