package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-libs.kzg/Kzg/Bls/GT/index.html

Module Bls.GTSource

include module type of struct include Bls12_381.GT end
exception Not_in_group of Bytes.t
type t = Bls12_381.GT.t
val order : Z.t
val size_in_bytes : int
val size_in_memory : int
val check_bytes : Bytes.t -> bool
val of_bytes_exn : Bytes.t -> t
val of_bytes_opt : Bytes.t -> t option
val to_bytes : t -> Bytes.t
val eq : t -> t -> bool
val zero : t
val is_zero : t -> bool
val one : t
val is_one : t -> bool
val random : ?state:Random.State.t -> unit -> t
val add : t -> t -> t
val negate : t -> t
val mul : t -> Bls12_381.Fr.t -> t
Sourceval t : t Repr.t
OCaml

Innovation. Community. Security.