9 lines
390 B
TypeScript
9 lines
390 B
TypeScript
/**
|
|
* bn254 pairing-friendly curve.
|
|
* Previously known as alt_bn_128, when it had 128-bit security.
|
|
* Barbulescu-Duquesne 2017 shown it's weaker: just about 100 bits,
|
|
* so the naming has been adjusted to its prime bit count
|
|
* https://hal.science/hal-01534101/file/main.pdf
|
|
*/
|
|
export declare const bn254: import("./abstract/weierstrass.js").CurveFn;
|
|
//# sourceMappingURL=bn254.d.ts.map
|