LibIntegrityCheckNP

Git Source

Functions

newState

function newState(bytes memory bytecode, uint256 stackIndex, uint256[] memory constants)
    internal
    pure
    returns (IntegrityCheckStateNP memory);

integrityCheck2

function integrityCheck2(bytes memory fPointers, bytes memory bytecode, uint256[] memory constants)
    internal
    view
    returns (bytes memory io);