pub fn exec_bytecode(
bytes: &BytecodeMapped<Op>,
access: Access<'_>,
) -> ConstraintResult<Stack>
Expand description
Execute the bytecode of a constraint and return the resulting stack.
pub fn exec_bytecode(
bytes: &BytecodeMapped<Op>,
access: Access<'_>,
) -> ConstraintResult<Stack>
Execute the bytecode of a constraint and return the resulting stack.