mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-23 17:11:21 -04:00
1baa127c65
Reject low-order points by checking projective coordinates directly instead of using affine coordinates. Equivalent, but saves CPU cycles (~254 field multiplications total before, 3 field multiplications after).