Differences From Artifact [9c41eb9191]:
- File libtommath/bn_mp_jacobi.c — part of check-in [179903024e] at 2005-01-19 22:41:26 on branch libtommath — Import of libtommath 0.33 (user: kennykb size: 2247) [more...]
To Artifact [7a1bd83a24]:
- File libtommath/bn_mp_jacobi.c — part of check-in [645d0eb193] at 2005-09-26 16:31:55 on branch libtommath — Import of libtommath 0.36 (user: kennykb size: 2386) [more...]
| ︙ | |||
95 96 97 98 99 100 101 | 95 96 97 98 99 100 101 102 103 104 105 | + + + + | /* done */ res = MP_OKAY; LBL_P1:mp_clear (&p1); LBL_A1:mp_clear (&a1); return res; } #endif /* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_jacobi.c,v $ */ /* $Revision: 1.1.1.2 $ */ /* $Date: 2005/09/26 16:31:56 $ */ |