package bls12-381-js

  1. Overview
  2. Docs
JavaScript version of BLS12-381 primitives implementing the virtual package bls12-381

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-bls12-381-0.4.3.tar.bz2
md5=f81a4562579a69cc0312d6c948678d35
sha512=b9997e85babe1e160bd5ed1d1986584f375a544e120258a18b1f27bf01b86c9a243181e09120ed69fbd611d5ca4721c89a9e3a18e1cf89f7419a430d5b9b2aef

doc/bls12-381-js/Pairing/index.html

Module PairingSource

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

Innovation. Community. Security.