package tezos-crypto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Fr : S.PRIME_FIELD
module Fq12 : S.FIELD
module G1 : S.CURVE with type Scalar.t = Fr.t
module G2 : S.CURVE with type Scalar.t = Fr.t
include S.PAIRING with module Gt = Fq12 and module G1 := G1 and module G2 := G2
module Gt = Fq12
val miller_loop : (G1.t * G2.t) list -> Gt.t
val final_exponentiation_opt : Gt.t -> Gt.t option
val pairing : G1.t -> G2.t -> Gt.t