Uses of Class
com.horizen.schnorrnative.ValidatorKeysUpdatesList
-
Packages that use ValidatorKeysUpdatesList Package Description com.horizen.certnative -
-
Uses of ValidatorKeysUpdatesList in com.horizen.certnative
Methods in com.horizen.certnative with parameters of type ValidatorKeysUpdatesList Modifier and Type Method Description static CreateProofResultNaiveThresholdSignatureWKeyRotation. 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 parametersstatic CreateProofResultNaiveThresholdSignatureWKeyRotation. 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 parametersstatic CreateProofResultNaiveThresholdSignatureWKeyRotation. 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 parametersstatic CreateProofResultNaiveThresholdSignatureWKeyRotation. 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 parametersstatic Optional<String>NaiveThresholdSignatureWKeyRotation. debugCircuit(ValidatorKeysUpdatesList keysSignaturesList, WithdrawalCertificate withdrawalCertificate, Optional<WithdrawalCertificate> prevWithdrawalCertificate, List<SchnorrSignature> certSignatures, long maxPks, long threshold, FieldElement genesisKeysRootHash)Checks if possible to create a valid proof with the supplied data.
-