Module Make_bowe_gabizon.Verification_key

type t = {
alpha_beta : Fq3.t * Fq3.t;
delta : G2.t;
query : G1.t array;
}
val bin_shape_t : Core_kernel.Bin_prot.Shape.t
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_t : t Core_kernel.Bin_prot.Type_class.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val map_to_two : 'a list -> f:( 'a -> 'b * 'c ) -> 'b list * 'c list
val fold_bits : t -> bool Fold_lib.Fold.t
val fold : t -> (bool * bool * bool) Fold_lib.Fold.t
module Processed : sig ... end