package bls12-381-unix

  1. Overview
  2. Docs
module Stubs : sig ... end
module G2 : sig ... end
include module type of struct include G2 end
exception Not_on_curve of Bytes.t
val size_in_bytes : int
val memcpy : Stubs.jacobian -> Stubs.jacobian -> unit
val global_buffer : Stubs.jacobian
module Scalar = G2.Scalar
val empty : unit -> Stubs.jacobian
val check_bytes : Bytes.t -> bool
val of_bytes_opt : Bytes.t -> Stubs.jacobian option
val of_bytes_exn : Bytes.t -> Stubs.jacobian
val of_compressed_bytes_opt : Bytes.t -> Stubs.jacobian option
val of_compressed_bytes_exn : Bytes.t -> Stubs.jacobian
val zero : Stubs.jacobian
val one : Stubs.jacobian
val to_bytes : Stubs.jacobian -> bytes
val to_compressed_bytes : Stubs.jacobian -> bytes
val add_inplace : Stubs.jacobian -> Stubs.jacobian -> unit
val add_bulk : Stubs.jacobian list -> Stubs.jacobian
val mul_inplace : Stubs.jacobian -> Fr.Stubs.fr -> unit
val b : Fq2.Stubs.t
val clear_cofactor : Stubs.jacobian -> Stubs.jacobian
val random : ?state:Random.State.t -> unit -> Stubs.jacobian
val eq : Stubs.jacobian -> Stubs.jacobian -> bool
val is_zero : Stubs.jacobian -> bool
val order_minus_one : Scalar.Stubs.fr
val of_z_opt : x:(Z.t * Z.t) -> y:(Z.t * Z.t) -> Stubs.jacobian option
module M = G2.M
val fft : domain:M.scalar array -> points:M.group array -> M.group array
val ifft : domain:M.scalar array -> points:M.group array -> M.group array
val fft_inplace : domain:Fr.Stubs.fr array -> points:Stubs.jacobian array -> unit
val ifft_inplace : domain:Fr.Stubs.fr array -> points:Stubs.jacobian array -> unit
val hash_to_curve : Bytes.t -> Bytes.t -> Stubs.jacobian
val pippenger : Stubs.jacobian array -> Fr.t array -> Stubs.jacobian
OCaml

Innovation. Community. Security.