Module Verification_key.Processed
type t = {alpha_beta : Fq3.t * Fq3.t;delta_pc : Snarkette__Pairing.Make(Fq)(Fq3)(Fq6)(G1)(G2)(Pairing_info).G2_precomputation.t;query : G1.t array;
}val bin_shape_t : Core.Bin_prot.Shape.tval bin_size_t : t Core.Bin_prot.Size.sizerval bin_write_t : t Core.Bin_prot.Write.writerval bin_writer_t : t Core.Bin_prot.Type_class.writerval __bin_read_t__ : (int -> t) Core.Bin_prot.Read.readerval bin_read_t : t Core.Bin_prot.Read.readerval bin_reader_t : t Core.Bin_prot.Type_class.readerval bin_t : t Core.Bin_prot.Type_class.tval t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.t