static CreateProofResult |
NaiveThresholdSigProof.createProof(List<BackwardTransfer> btList,
FieldElement scId,
int epochNumber,
FieldElement endCumulativeScTxCommTreeRoot,
long btrFee,
long ftMinAmount,
List<SchnorrSignature> schnorrSignatureList,
List<SchnorrPublicKey> schnorrPublicKeyList,
long threshold,
String provingKeyPath,
boolean zk) |
static CreateProofResult |
NaiveThresholdSigProof.createProof(List<BackwardTransfer> btList,
FieldElement scId,
int epochNumber,
FieldElement endCumulativeScTxCommTreeRoot,
long btrFee,
long ftMinAmount,
List<SchnorrSignature> schnorrSignatureList,
List<SchnorrPublicKey> schnorrPublicKeyList,
long threshold,
String provingKeyPath,
boolean checkProvingKey,
boolean zk) |
static CreateProofResult |
NaiveThresholdSigProof.createProof(List<BackwardTransfer> btList,
FieldElement scId,
int epochNumber,
FieldElement endCumulativeScTxCommTreeRoot,
long btrFee,
long ftMinAmount,
List<SchnorrSignature> schnorrSignatureList,
List<SchnorrPublicKey> schnorrPublicKeyList,
long threshold,
String provingKeyPath,
boolean checkProvingKey,
boolean zk,
boolean compressed_pk,
boolean compress_proof) |
static boolean |
NaiveThresholdSigProof.verifyProof(List<BackwardTransfer> btList,
FieldElement scId,
int epochNumber,
FieldElement endCumulativeScTxCommTreeRoot,
long btrFee,
long ftMinAmount,
FieldElement constant,
long quality,
byte[] proof,
boolean checkProof,
String verificationKeyPath,
boolean checkVerificationKey) |
static boolean |
NaiveThresholdSigProof.verifyProof(List<BackwardTransfer> btList,
FieldElement scId,
int epochNumber,
FieldElement endCumulativeScTxCommTreeRoot,
long btrFee,
long ftMinAmount,
FieldElement constant,
long quality,
byte[] proof,
String verificationKeyPath) |