| Package | Description |
|---|---|
| com.horizen.provingsystemnative | |
| com.horizen.sigproofnative |
| Modifier and Type | Method and Description |
|---|---|
static ProvingSystemType |
ProvingSystem.getProofProvingSystemType(byte[] proof) |
static ProvingSystemType |
ProvingSystem.getProverKeyProvingSystemType(String provingKeyPath) |
static ProvingSystemType |
ProvingSystem.getVerifierKeyProvingSystemType(String verifierKeyPath) |
static ProvingSystemType |
ProvingSystemType.intToProvingSystemType(int val) |
static ProvingSystemType |
ProvingSystemType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ProvingSystem.generateDLogKeys(ProvingSystemType psType,
int maxSegmentSize,
int supportedSegmentSize) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NaiveThresholdSigProof.setup(ProvingSystemType psType,
long maxPks,
String provingKeyPath,
String verificationKeyPath,
boolean zk,
int maxProofSize,
int maxVkSize) |
static boolean |
NaiveThresholdSigProof.setup(ProvingSystemType psType,
long maxPks,
String provingKeyPath,
String verificationKeyPath,
boolean zk,
int maxProofSize,
int maxVkSize,
boolean compressPk,
boolean compressVk) |
static boolean |
NaiveThresholdSigProof.setup(ProvingSystemType psType,
long maxPks,
String provingKeyPath,
String verificationKeyPath,
int maxProofSize,
int maxVkSize) |
Copyright © 2020–2021. All rights reserved.