Function encode_seal

Source
pub fn encode_seal(receipt: &Receipt) -> Result<Vec<u8>>
Expand description

Encode the seal of the given receipt for use with EVM smart contract verifiers.

Appends the verifier selector, determined from the first 4 bytes of the verifier parameters including the Groth16 verification key and the control IDs that commit to the RISC Zero circuits.