LibOpDecodeBitsNP
Opcode for decoding binary data from a 256 bit value that was encoded with LibOpEncodeBitsNP.
Functions
integrity
Decode takes a single value and returns the decoded value.
function integrity(IntegrityCheckStateNP memory state, Operand operand) internal pure returns (uint256, uint256);
run
function run(InterpreterStateNP memory, Operand operand, Pointer stackTop) internal pure returns (Pointer);
referenceFn
function referenceFn(InterpreterStateNP memory, Operand operand, uint256[] memory inputs)
internal
pure
returns (uint256[] memory outputs);