openvm-circuit 2.0.1

OpenVM circuits
Documentation
1
2
3
4
5
6
#pragma once

template <typename T> struct ExecutionState {
    T pc;
    T timestamp;
};