// Method IDs and ELFs for ZK receipt verification.
//
// These are generated from reproducible (docker) builds of the guest programs.
//
// To update after changing guest programs, run:
// ./update-elfs.sh
pub const FOLD_ID: = ;
pub const STEP_ID: = ;
pub const FOLD_ELF: & = include_bytes!;
pub const STEP_ELF: & = include_bytes!;