Files
fieldcraft.thefoldwithin.earth/system/node_modules/@noble/curves/bn254.d.ts
T

8 lines
351 B
TypeScript
Raw Normal View History

2025-05-19 20:36:21 -05:00
/**
* bn254 pairing-friendly curve.
* Previously known as alt_bn_128, when it had 128-bit security.
* Recent research shown it's weaker, the naming has been adjusted to its prime bit count.
* https://github.com/zcash/zcash/issues/2502
*/
export declare const bn254: import("./abstract/weierstrass.js").CurveFn;
//# sourceMappingURL=bn254.d.ts.map