Skip to main content
Version: 2.4.0

Crypto

const Crypto: {
CurveParams: {};
createCurve: {};
};

Defined in: lib/provable/crypto/crypto.ts:5

Type declaration

CurveParams

CurveParams: {} = CurveParams_;

Parameters defining an elliptic curve in short Weierstraß form y^2 = x^3 + ax + b

createCurve()

Create elliptic curve arithmetic methods.

Parameters

params

CurveParams

Returns

{}