pub type Proof<F> = Vec<ProverMsg<F>>;
Expand description

proof generated by prover

Aliased Type§

struct Proof<F> { /* private fields */ }