Module Internal_Basic.Proof_inputs

The complete set of inputs needed to generate a zero-knowledge proof.

type t = {
  1. public_inputs : Field.Vector.t;
  2. auxiliary_inputs : Field.Vector.t;
}