You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write an OCaml wrapper exposing the generator to OCaml
the generator is of the following type
generate_next_proof : state -> (state, proof)
where state is a state of the vm and proof a Pasta/IPA proof
the result can be assumed of fixed size
The text was updated successfully, but these errors were encountered:
Write an OCaml wrapper exposing the generator to OCaml
the generator is of the following type
generate_next_proof : state -> (state, proof)
where state is a state of the vm and proof a Pasta/IPA proof
the result can be assumed of fixed size
The text was updated successfully, but these errors were encountered: