static CreateProofResult |
NaiveThresholdSignatureWKeyRotation.createProof(ValidatorKeysUpdatesList keysSignaturesList,
WithdrawalCertificate withdrawalCertificate,
Optional<WithdrawalCertificate> prevWithdrawalCertificate,
List<SchnorrSignature> certSignaturesList,
long maxPks,
long threshold,
FieldElement genesisKeysRootHash,
String provingKeyPath,
boolean zk) |
Compute proof for given parameters
|
static CreateProofResult |
NaiveThresholdSignatureWKeyRotation.createProof(ValidatorKeysUpdatesList keysSignaturesList,
WithdrawalCertificate withdrawalCertificate,
Optional<WithdrawalCertificate> prevWithdrawalCertificate,
List<SchnorrSignature> certSignaturesList,
long maxPks,
long threshold,
FieldElement genesisKeysRootHash,
Optional<Integer> supportedDegree,
String provingKeyPath,
boolean zk) |
Compute proof for given parameters
|
static CreateProofResult |
NaiveThresholdSignatureWKeyRotation.createProof(ValidatorKeysUpdatesList keysSignaturesList,
WithdrawalCertificate withdrawalCertificate,
Optional<WithdrawalCertificate> prevWithdrawalCertificate,
List<SchnorrSignature> certSignaturesList,
long maxPks,
long threshold,
FieldElement genesisKeysRootHash,
Optional<Integer> supportedDegree,
String provingKeyPath,
boolean checkProvingKey,
boolean zk) |
Compute proof for given parameters
|
static CreateProofResult |
NaiveThresholdSignatureWKeyRotation.createProof(ValidatorKeysUpdatesList keysSignaturesList,
WithdrawalCertificate withdrawalCertificate,
Optional<WithdrawalCertificate> prevWithdrawalCertificate,
List<SchnorrSignature> certSignaturesList,
long maxPks,
long threshold,
FieldElement genesisKeysRootHash,
Optional<Integer> supportedDegree,
String provingKeyPath,
boolean checkProvingKey,
boolean zk,
boolean compressedPk,
boolean compressProof) |
Compute proof for given parameters
|
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,
List<FieldElement> customFields,
String provingKeyPath,
boolean zk) |
Compute proof for given parameters
|
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,
List<FieldElement> customFields,
Optional<Integer> segmentSize,
String provingKeyPath,
boolean zk) |
Compute proof for given parameters
|
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,
List<FieldElement> customFields,
Optional<Integer> segmentSize,
String provingKeyPath,
boolean checkProvingKey,
boolean zk) |
Compute proof for given parameters
|
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,
List<FieldElement> customFields,
Optional<Integer> segmentSize,
String provingKeyPath,
boolean checkProvingKey,
boolean zk,
boolean compressed_pk,
boolean compress_proof) |
Compute proof for given parameters
|