libtom / libtommath

LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
https://www.libtom.net
Other
655 stars 196 forks source link

Fix: removed sign operation in s_mp_invmod_odd (issue #534) #535

Closed czurnieden closed 2 years ago

czurnieden commented 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