package bls12-381-js

  1. Overview
  2. Docs

Module Fq12Source

Sourcemodule Fq12 : sig ... end
include module type of struct include Fq12 end
Sourceexception Not_in_field of Bytes.t
Sourcetype t = Bls12_381_gen__Fq12.MakeFq12(Bls12_381_js_gen.Fq12.MakeStubs(Stubs)).t
Sourceval order : Z.t
Sourceval size_in_bytes : int
Sourceval check_bytes : Bytes.t -> bool
Sourceval zero : t
Sourceval one : t
Sourceval is_zero : t -> bool
Sourceval is_one : t -> bool
Sourceval random : ?state:Random.State.t -> unit -> t
Sourceval non_null_random : ?state:Random.State.t -> unit -> t
Sourceval add : t -> t -> t
Sourceval (+) : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval mul : t -> t -> t
Sourceval (*) : t -> t -> t
Sourceval eq : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval negate : t -> t
Sourceval (-) : t -> t
Sourceval inverse_exn : t -> t
Sourceval inverse_opt : t -> t option
Sourceval div_exn : t -> t -> t
Sourceval div_opt : t -> t -> t option
Sourceval (/) : t -> t -> t
Sourceval square : t -> t
Sourceval double : t -> t
Sourceval pow : t -> Z.t -> t
Sourceval (**) : t -> Z.t -> t
Sourceval of_bytes_exn : Bytes.t -> t
Sourceval of_bytes_opt : Bytes.t -> t option
Sourceval to_bytes : t -> Bytes.t
Sourceval of_z : Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> Z.t -> t
OCaml

Innovation. Community. Security.