mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-09 01:51:37 -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).