Uses of Class
com.horizen.provingsystemnative.ProvingSystemType
-
Packages that use ProvingSystemType Package Description com.horizen.certnative com.horizen.cswnative com.horizen.provingsystemnative -
-
Uses of ProvingSystemType in com.horizen.certnative
Methods in com.horizen.certnative with parameters of type ProvingSystemType Modifier and Type Method Description static booleanNaiveThresholdSignatureWKeyRotation. setup(ProvingSystemType psType, long maxPks, int numCustomFields, String provingKeyPath, String verificationKeyPath, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit.static booleanNaiveThresholdSignatureWKeyRotation. setup(ProvingSystemType psType, long maxPks, int numCustomFields, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, boolean zk, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit.static booleanNaiveThresholdSignatureWKeyRotation. setup(ProvingSystemType psType, long maxPks, int numCustomFields, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, boolean zk, int maxProofPlusVkSize, boolean compressPk, boolean compressVk)Generate (provingKey, verificationKey) pair for this circuit.static booleanNaiveThresholdSignatureWKeyRotation. setup(ProvingSystemType psType, long maxPks, int numCustomFields, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit.static booleanNaiveThresholdSigProof. setup(ProvingSystemType psType, long maxPks, int numCustomFields, String provingKeyPath, String verificationKeyPath, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit.static booleanNaiveThresholdSigProof. setup(ProvingSystemType psType, long maxPks, int numCustomFields, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, boolean zk, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit.static booleanNaiveThresholdSigProof. setup(ProvingSystemType psType, long maxPks, int numCustomFields, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, boolean zk, int maxProofPlusVkSize, boolean compressPk, boolean compressVk)Generate (provingKey, verificationKey) pair for this circuit.static booleanNaiveThresholdSigProof. setup(ProvingSystemType psType, long maxPks, int numCustomFields, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit. -
Uses of ProvingSystemType in com.horizen.cswnative
Methods in com.horizen.cswnative with parameters of type ProvingSystemType Modifier and Type Method Description static booleanCswProof. setup(ProvingSystemType psType, int rangeSize, int numCustomFields, boolean isConstantPresent, String provingKeyPath, String verificationKeyPath, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit.static booleanCswProof. setup(ProvingSystemType psType, int rangeSize, int numCustomFields, boolean isConstantPresent, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, boolean zk, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit.static booleanCswProof. setup(ProvingSystemType psType, int rangeSize, int numCustomFields, boolean isConstantPresent, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, boolean zk, int maxProofPlusVkSize, boolean compressPk, boolean compressVk)Generate (provingKey, verificationKey) pair for this circuit.static booleanCswProof. setup(ProvingSystemType psType, int rangeSize, int numCustomFields, boolean isConstantPresent, Optional<Integer> segmentSize, String provingKeyPath, String verificationKeyPath, int maxProofPlusVkSize)Generate (provingKey, verificationKey) pair for this circuit. -
Uses of ProvingSystemType in com.horizen.provingsystemnative
Methods in com.horizen.provingsystemnative that return ProvingSystemType Modifier and Type Method Description static ProvingSystemTypeProvingSystem. getProofProvingSystemType(byte[] proof)static ProvingSystemTypeProvingSystem. getProverKeyProvingSystemType(String provingKeyPath)static ProvingSystemTypeProvingSystem. getVerifierKeyProvingSystemType(String verifierKeyPath)static ProvingSystemTypeProvingSystemType. intToProvingSystemType(int val)static ProvingSystemTypeProvingSystemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvingSystemType[]ProvingSystemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.horizen.provingsystemnative with parameters of type ProvingSystemType Modifier and Type Method Description static booleanProvingSystem. generateDLogKeys(ProvingSystemType psType, int segmentSize)Generates DLOG keys of specified size and stores them in memory
-