package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Bls12_381.GT end
exception Not_in_group of Stdlib.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 : Stdlib.Bytes.t -> bool
val of_bytes_exn : Stdlib.Bytes.t -> t
val of_bytes_opt : Stdlib.Bytes.t -> t option
val to_bytes : t -> Stdlib.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:Stdlib.Random.State.t -> unit -> t
val add : t -> t -> t
val negate : t -> t
val mul : t -> Bls12_381.Fr.t -> t
val t : t Repr.t
OCaml

Innovation. Community. Security.