mcl-wasm
Version:
mcl ; A portable and fast pairing-based cryptography library for Node.js by WebAssembly
5 lines (4 loc) • 400 B
TypeScript
export { BN254, BN381_1, BN381_2, BN462, BN_SNARK1, BLS12_381, BLS12_377, SECP224K1, SECP256K1, SECP384R1, NIST_P192, NIST_P224, NIST_P256, IRTF, EC_PROJ } from './constants';
export { default as getRandomValues } from './getRandomValues';
export { initializeMcl as init, fromHexStr, free, toHex, toHexStr, _showDebug, initializedCurveType as curveType } from './mcl';
export * from './value-types';