decode_groth16_seal

Function decode_groth16_seal 

Source
pub fn decode_groth16_seal(
    seal: Bytes,
    claim: ReceiptClaim,
    journal: impl AsRef<[u8]>,
    verifier_parameters: Option<Digest>,
) -> Result<Receipt>
Available on crate feature unstable only.
Expand description

Decode a seal with selector as Bytes into a Receipt constructed with the given ReceiptClaim and journal. The verifier parameters are optional and default to the current zkVM version.