Differences From Artifact [93ced9ecd2]:
- File libtommath/bn_mp_jacobi.c — part of check-in [bbc944c5d3] at 2017-08-29 20:39:15 on branch libtommath — libtommath 1.0.1 (user: jan.nijtmans size: 2697) [more...]
To Artifact [81f2c78e0b]:
- File libtommath/bn_mp_jacobi.c — part of check-in [00a007bbf6] at 2017-08-31 13:32:52 on branch libtommath — Undo tag removal (just get libtommath directly from GitHUB), so we don't have useless file changes with every new release (user: jan.nijtmans size: 2647) [more...]
| ︙ | ︙ | |||
108 109 110 111 112 113 114 | res = MP_OKAY; LBL_P1:mp_clear (&p1); LBL_A1:mp_clear (&a1); return res; } #endif | | | | | 108 109 110 111 112 113 114 115 116 117 | res = MP_OKAY; LBL_P1:mp_clear (&p1); LBL_A1:mp_clear (&a1); return res; } #endif /* ref: $Format:%D$ */ /* git commit: $Format:%H$ */ /* commit time: $Format:%ai$ */ |