Generate seal that is verifiable using verify_seal function.
verify_seal
secret_seed
input
aux_data
A byte vector with the following format:
0
1
Returns an error if the input cannot be converted to a valid VRF input point or if serialization of the output or proof fails.
Generate seal that is verifiable using
verify_sealfunction.Arguments
secret_seed- Seed used to derive the secret keyinput- VRF input dataaux_data- Auxiliary data for the VRF proofReturns
A byte vector with the following format:
0(RESULT_OK)1(RESULT_ERR)Returns an error if the input cannot be converted to a valid VRF input point or if serialization of the output or proof fails.