package tezos-base

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