LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
655
stars
196
forks
source link
Fix: removed sign operation in s_mp_invmod_odd (issue #534) #535
Closed
czurnieden closed 2 years ago
Changed a check for <0 with mp_isneg() in s_mp_invmod
Additional tests for mp_invmod() in demo/test.c
This fixes #534