pub fn join(
a: &SuccinctReceipt<ReceiptClaim>,
b: &SuccinctReceipt<ReceiptClaim>,
) -> Result<SuccinctReceipt<ReceiptClaim>>
Available on non-
target_os="zkvm"
and crate feature prove
only.Expand description
Run the join program to compress two receipts of the same session into one.
By repeated application of the join program, any number of receipts for execution spans within the same session can be compressed into a single receipt for the entire session.