Package org.logolith.kzgo
Class KZG.OpenResultData
java.lang.Object
org.logolith.kzgo.KZG.OpenResultData
- Enclosing class:
- KZG
Simple data class to hold the results from the open function.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
proofH
public final byte[] proofH -
claimedValue
public final byte[] claimedValue
-
-
Constructor Details
-
OpenResultData
public OpenResultData(byte[] proofH, byte[] claimedValue)
-