openvm-circuit-primitives 2.0.2

Library of plonky3 primitives for general purpose use in other ZK circuits.
Documentation
1
2
3
4
5
6
#pragma once

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