package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = G.t
val t : G.t Repr.ty
type public_parameters = G.Srs.t
type secret = Kzg.Bls.Poly.t
val zero : G.t
val random : ?state:Random.State.t -> unit -> G.t
val alter_proof : G.t -> G.t
val equal : G.t -> G.t -> bool
val compare : G.t -> G.t -> int
val commit : G.Srs.t -> Kzg.Bls.Poly.t -> G.Srs.elt
val size : int
val commitment_of_bytes_exn : Bytes.t -> G.t
val to_string : G.t -> string
val of_string_opt : string -> G.t option
OCaml

Innovation. Community. Security.