bn254.d.ts 390 B

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