2-Other_impl.As_prover
Code that can be run by the prover only, using 'superpowers' like looking at the contents of R1CS variables and creating new variables from other OCaml values.
type 'a t = ( 'a, field ) Snarky_backendless.Snark_intf.As_prover0.t
An ('a) t
value generates a value of type 'a
.
This type specialises the As_prover.t
type for the backend's particular field and variable type.
type 'a as_prover = 'a t
module Ref : sig ... end
Mutable references for use by the prover in a checked computation.
include Snarky_backendless.Monad_let.S with type 'a t := 'a t
include Core_kernel.Monad.S_without_syntax with type 'a t := 'a t
module Monad_infix : sig ... end
val return : 'a -> 'a t
module Let_syntax : sig ... end
Combine 2 As_prover.t
blocks using another function.
val read_var : Field.Var.t -> field t
Read the contents of a R1CS variable representing a single field element.