package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mec.CurveSigSource

Sourcemodule type BASE = sig ... end

Basic interface for elliptic curves

Sourcemodule type WeierstrassT = sig ... end

Curve in Weierstrass form with a and b. In affine, the curve has the equation form y² = x³ + ax + b

Sourcemodule type AffineWeierstrassT = sig ... end
Sourcemodule type ProjectiveWeierstrassT = sig ... end
Sourcemodule type JacobianWeierstrassT = sig ... end
Sourcemodule type MontgomeryT = sig ... end
Sourcemodule type AffineMontgomeryT = sig ... end
Sourcemodule type AffineEdwardsT = sig ... end
Sourcemodule type PAIRING = sig ... end
OCaml

Innovation. Community. Security.