]> git.codecow.com Git - Monocypher.git/commit
Optimised scalar inversion with Montgomery multiplication
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 29 Mar 2020 14:09:51 +0000 (16:09 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 29 Mar 2020 14:09:51 +0000 (16:09 +0200)
commitb2283d6919915840002ce5e446f1a9518a95da4e
treed4b863d2b6014237fb1c4b52e714a624dd6029b8
parenta33e2c31bf5c0e2dabb6756885cb2c7fb0c3a6bf
Optimised scalar inversion with Montgomery multiplication

This causes us to overshoot the 2000 lines mark by 35 lines or so.  But
this is much faster than using the much slower mul_add() routine.
src/monocypher.c