| Package | Description |
|---|---|
| com.horizen.vrfnative |
| Modifier and Type | Method and Description |
|---|---|
static VRFProof |
VRFProof.deserialize(byte[] proofBytes) |
static VRFProof |
VRFProof.deserialize(byte[] proofBytes,
boolean checkVRFProof) |
static VRFProof |
VRFProof.deserialize(byte[] proofBytes,
boolean checkVRFProof,
boolean compressed) |
VRFProof |
VRFProveResult.getVRFProof() |
| Modifier and Type | Method and Description |
|---|---|
FieldElement |
VRFPublicKey.proofToHash(VRFProof proof,
FieldElement message) |
| Constructor and Description |
|---|
VRFProveResult(VRFProof vrfProof,
FieldElement vrfOutput) |
Copyright © 2020–2021. All rights reserved.