package tezos-protocol-environment

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Fr : S.PRIME_FIELD
module Fq12 : S.FIELD
include S.PAIRING with type Gt.t = Fq12.t and type G1.Scalar.t = Fr.t and type G2.Scalar.t = Fr.t
module Gt : S.FIELD with type t = Fq12.t
module G1 : S.CURVE with type Scalar.t = Fr.t
module G2 : S.CURVE with type Scalar.t = Fr.t
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