Degree_check.Cm
type t = Bls.G1.t
val t : Bls.G1.t Repr.ty
type public_parameters = Bls.G1.Srs.t
type secret = Kzg.Bls.Poly.t
val zero : Bls.G1.t
val random : ?state:Stdlib.Random.State.t -> unit -> Bls.G1.t
val encoding : Bls.G1.t Data_encoding.encoding
val commit : Bls.G1.Srs.t -> Kzg.Bls.Poly.t -> Bls.G1.Srs.elt
val commitment_of_bytes_exn : Stdlib.Bytes.t -> Bls.G1.t
val to_string : Bls.G1.t -> string
val of_string_opt : string -> Bls.G1.t option