Variable CALIBRATED_ITERATIONS_PER_SECONDConst

CALIBRATED_ITERATIONS_PER_SECOND: Readonly<Record<number, number>> = ...

Approximate sequential iterations per second for Wesolowski solve() with precomputed discriminants on a typical modern Node.js CPU (Apple Silicon / recent x86). Browser and low-power devices are often 2–10× slower.

These are not security parameters — only rough delay heuristics. Measure on your target hardware and pass iterationsPerSecond when accuracy matters.