package bls12-381-js

  1. Overview
  2. Docs

Module PairingSource

Sourcemodule P : sig ... end
include module type of struct include P end
Sourceexception FailToComputeFinalExponentiation of Fq12.t
Sourceval miller_loop : (G1.t * G2.t) list -> Fq12.t
Sourceval miller_loop_simple : G1.t -> G2.t -> Fq12.t
Sourceval pairing : G1.t -> G2.t -> Fq12.t
Sourceval final_exponentiation_opt : Fq12.t -> Fq12.t option
Sourceval final_exponentiation_exn : Fq12.t -> Fq12.t