Differences From Artifact [9d312eb920]:
- File libtommath/bn_mp_sqrt.c — part of check-in [179903024e] at 2005-01-19 22:41:26 on branch libtommath — Import of libtommath 0.33 (user: kennykb size: 1722) [more...]
To Artifact [eceea6b984]:
- File libtommath/bn_mp_sqrt.c — part of check-in [645d0eb193] at 2005-09-26 16:31:55 on branch libtommath — Import of libtommath 0.36 (user: kennykb size: 1859) [more...]
| ︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 | + + + + | E1: mp_clear(&t2); E2: mp_clear(&t1); return res; } #endif /* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_sqrt.c,v $ */ /* $Revision: 1.1.1.2 $ */ /* $Date: 2005/09/26 16:31:56 $ */ |