Module 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 alter_proof : Bls.G1.t -> Bls.G1.t
val encoding : Bls.G1.t Data_encoding.encoding
val equal : Bls.G1.t -> Bls.G1.t -> bool
val compare : Bls.G1.t -> Bls.G1.t -> int
val size : int
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