package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Bls.G1.t
type public_parameters = Bls.G1.Srs.t
type secret = Kzg.Bls.Poly.t
val zero : Bls.G1.t
val random : ?state:Random.State.t -> unit -> Bls.G1.t
val alter_proof : Bls.G1.t -> Bls.G1.t
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 : Bytes.t -> Bls.G1.t
val to_string : Bls.G1.t -> string
val of_string_opt : string -> Bls.G1.t option
OCaml

Innovation. Community. Security.