Module Impl.Proof_inputs

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