Uses of Class
com.horizen.vrfnative.VRFProof
-
Packages that use VRFProof Package Description com.horizen.vrfnative -
-
Uses of VRFProof in com.horizen.vrfnative
Methods in com.horizen.vrfnative that return VRFProof Modifier and Type Method Description static VRFProofVRFProof. deserialize(byte[] proofBytes)static VRFProofVRFProof. deserialize(byte[] proofBytes, boolean checkVRFProof)static VRFProofVRFProof. deserialize(byte[] proofBytes, boolean checkVRFProof, boolean compressed)VRFProofVRFProveResult. getVRFProof()Methods in com.horizen.vrfnative with parameters of type VRFProof Modifier and Type Method Description FieldElementVRFPublicKey. proofToHash(VRFProof proof, FieldElement message)Constructors in com.horizen.vrfnative with parameters of type VRFProof Constructor Description VRFProveResult(VRFProof vrfProof, FieldElement vrfOutput)
-