Function exec_bytecode

Source
pub fn exec_bytecode(
    bytes: &BytecodeMapped<Op>,
    access: Access<'_>,
) -> ConstraintResult<Stack>
Expand description

Execute the bytecode of a constraint and return the resulting stack.