mp_mul.c

Branch


Log

Author Commit Date CI Message
nijtmans 1cc289d2 2019-11-09T20:23:03 better use of mp_isneg() and mp_iszero()
Daniel Mendler 0fa802f2 2019-11-06T16:49:59 make mp_sqr private (optimization of mp_mul)
Daniel Mendler 93f8e760 2019-11-05T18:04:05 rename MP_MAXFAST to MP_MAX_COMBA
Daniel Mendler 5c335f84 2019-10-30T17:26:27 rename mul/sqr functions for consistency, comba instead of fast suffix
Daniel Mendler 143e0376 2019-10-29T20:02:32 simplifications: basic arithmetic functions
nijtmans b26bd508 2019-10-26T00:31:11 Fix some comments
Steffen Jaeckel 7a68f128 2019-10-19T16:24:39 Execute move.sh - Rename files from bn_* to match the function names. * git blame <renamed-file> is not affected * git log --follow <renamed-file> can be used to show log across renames