Differences From Artifact [8454dc749a]:
- File libtommath/bn_mp_exteuclid.c — part of check-in [18372c0c7e] at 2017-08-29 19:52:35 on branch libtommath — libtommath 1.0.1 rc 2 (user: jan.nijtmans size: 3551) [more...]
To Artifact [925b559292]:
- File libtommath/bn_mp_exteuclid.c — part of check-in [bbc944c5d3] at 2017-08-29 20:39:15 on branch libtommath — libtommath 1.0.1 (user: jan.nijtmans size: 3532) [more...]
| ︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 | - - - + + + | err = MP_OKAY; LBL_ERR: mp_clear_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL); return err; } #endif |