Class VRFProof

    • Method Detail

      • deserialize

        public static VRFProof deserialize​(byte[] proofBytes,
                                           boolean checkVRFProof,
                                           boolean compressed)
      • deserialize

        public static VRFProof deserialize​(byte[] proofBytes,
                                           boolean checkVRFProof)
      • deserialize

        public static VRFProof deserialize​(byte[] proofBytes)
      • serializeProof

        public byte[] serializeProof​(boolean compressed)
      • serializeProof

        public byte[] serializeProof()
      • isValidVRFProof

        public boolean isValidVRFProof()
      • freeProof

        public void freeProof()