Tcl Source Code

Check-in [042fb1427b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge libtommath
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | libtommath-no-stdint.h
Files: files | file ages | folders
SHA3-256: 042fb1427b99b5d1469d3f30c93cf380af67fdf6f9633a397a9dc7571f0bc2d3
User & Date: jan.nijtmans 2019-06-13 21:28:11.680
Context
2019-07-05
14:54
Merge libtommath check-in: 81d9516c89 user: jan.nijtmans tags: libtommath-no-stdint.h
2019-06-14
21:48
Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapted for changes in libtom... check-in: 125328a27d user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-13
21:28
Merge libtommath check-in: 042fb1427b user: jan.nijtmans tags: libtommath-no-stdint.h
19:07
Update to latest libtommath's "develop" branch. On the way to 1.2.0 check-in: 94cf70186e user: jan.nijtmans tags: libtommath
2019-04-10
20:07
Eliminate use of int32_t (doesn't work on MSVC++ 6.0) check-in: a0a32b3e13 user: jan.nijtmans tags: libtommath-no-stdint.h
Changes
Unified Diff Side-by-Side Diff Patch
Changes to .fossil-settings/ignore-glob.
Changes to libtommath/README.md.
Changes to libtommath/astylerc.
Name change from libtommath/bncore.c to libtommath/bn_cutoffs.c.
Added libtommath/bn_deprecated.c.
Changes to libtommath/bn_mp_2expt.c.
Changes to libtommath/bn_mp_abs.c.
Changes to libtommath/bn_mp_add.c.
Changes to libtommath/bn_mp_add_d.c.
Changes to libtommath/bn_mp_addmod.c.
Changes to libtommath/bn_mp_and.c.
Changes to libtommath/bn_mp_clamp.c.
Changes to libtommath/bn_mp_clear.c.
Changes to libtommath/bn_mp_clear_multi.c.
Changes to libtommath/bn_mp_cmp.c.
Changes to libtommath/bn_mp_cmp_d.c.
Changes to libtommath/bn_mp_cmp_mag.c.
Changes to libtommath/bn_mp_cnt_lsb.c.
Changes to libtommath/bn_mp_complement.c.
Changes to libtommath/bn_mp_copy.c.
Changes to libtommath/bn_mp_count_bits.c.
Added libtommath/bn_mp_decr.c.
Changes to libtommath/bn_mp_div.c.
Changes to libtommath/bn_mp_div_2.c.
Changes to libtommath/bn_mp_div_2d.c.
Changes to libtommath/bn_mp_div_3.c.
Changes to libtommath/bn_mp_div_d.c.
Changes to libtommath/bn_mp_dr_is_modulus.c.
Changes to libtommath/bn_mp_dr_reduce.c.
Changes to libtommath/bn_mp_dr_setup.c.
Name change from libtommath/bn_error.c to libtommath/bn_mp_error_to_string.c.
Changes to libtommath/bn_mp_exch.c.
Changes to libtommath/bn_mp_export.c.
Changes to libtommath/bn_mp_expt_d.c.
Deleted libtommath/bn_mp_expt_d_ex.c.
Changes to libtommath/bn_mp_exptmod.c.
Changes to libtommath/bn_mp_exteuclid.c.
Changes to libtommath/bn_mp_fread.c.
Changes to libtommath/bn_mp_fwrite.c.
Changes to libtommath/bn_mp_gcd.c.
Changes to libtommath/bn_mp_get_double.c.
Added libtommath/bn_mp_get_i32.c.
Added libtommath/bn_mp_get_i64.c.
Deleted libtommath/bn_mp_get_int.c.
Deleted libtommath/bn_mp_get_long.c.
Deleted libtommath/bn_mp_get_long_long.c.
Added libtommath/bn_mp_get_mag32.c.
Added libtommath/bn_mp_get_mag64.c.
Changes to libtommath/bn_mp_grow.c.
Added libtommath/bn_mp_ilogb.c.
Changes to libtommath/bn_mp_import.c.
Added libtommath/bn_mp_incr.c.
Changes to libtommath/bn_mp_init.c.
Changes to libtommath/bn_mp_init_copy.c.
Added libtommath/bn_mp_init_i32.c.
Added libtommath/bn_mp_init_i64.c.
Changes to libtommath/bn_mp_init_multi.c.
Changes to libtommath/bn_mp_init_set.c.
Deleted libtommath/bn_mp_init_set_int.c.
Changes to libtommath/bn_mp_init_size.c.
Added libtommath/bn_mp_init_u32.c.
Added libtommath/bn_mp_init_u64.c.
Changes to libtommath/bn_mp_invmod.c.
Changes to libtommath/bn_mp_is_square.c.
Added libtommath/bn_mp_iseven.c.
Added libtommath/bn_mp_isodd.c.
Deleted libtommath/bn_mp_jacobi.c.
Changes to libtommath/bn_mp_kronecker.c.
Changes to libtommath/bn_mp_lcm.c.
Changes to libtommath/bn_mp_lshd.c.
Changes to libtommath/bn_mp_mod.c.
Changes to libtommath/bn_mp_mod_2d.c.
Changes to libtommath/bn_mp_mod_d.c.
Changes to libtommath/bn_mp_montgomery_calc_normalization.c.
Changes to libtommath/bn_mp_montgomery_reduce.c.
Changes to libtommath/bn_mp_montgomery_setup.c.
Changes to libtommath/bn_mp_mul.c.
Changes to libtommath/bn_mp_mul_2.c.
Changes to libtommath/bn_mp_mul_2d.c.
Changes to libtommath/bn_mp_mul_d.c.
Changes to libtommath/bn_mp_mulmod.c.
Changes to libtommath/bn_mp_n_root.c.
Deleted libtommath/bn_mp_n_root_ex.c.
Changes to libtommath/bn_mp_neg.c.
Changes to libtommath/bn_mp_or.c.
Changes to libtommath/bn_mp_prime_fermat.c.
Changes to libtommath/bn_mp_prime_frobenius_underwood.c.
Changes to libtommath/bn_mp_prime_is_prime.c.
Changes to libtommath/bn_mp_prime_miller_rabin.c.
Changes to libtommath/bn_mp_prime_next_prime.c.
Changes to libtommath/bn_mp_prime_rabin_miller_trials.c.
Name change from libtommath/bn_mp_prime_random_ex.c to libtommath/bn_mp_prime_rand.c.
Changes to libtommath/bn_mp_prime_strong_lucas_selfridge.c.
Changes to libtommath/bn_mp_radix_size.c.
Changes to libtommath/bn_mp_radix_smap.c.
Changes to libtommath/bn_mp_rand.c.
Changes to libtommath/bn_mp_read_radix.c.
Changes to libtommath/bn_mp_read_signed_bin.c.
Changes to libtommath/bn_mp_read_unsigned_bin.c.
Changes to libtommath/bn_mp_reduce.c.
Changes to libtommath/bn_mp_reduce_2k.c.
Changes to libtommath/bn_mp_reduce_2k_l.c.
Changes to libtommath/bn_mp_reduce_2k_setup.c.
Changes to libtommath/bn_mp_reduce_2k_setup_l.c.
Changes to libtommath/bn_mp_reduce_is_2k.c.
Changes to libtommath/bn_mp_reduce_is_2k_l.c.
Changes to libtommath/bn_mp_reduce_setup.c.
Changes to libtommath/bn_mp_rshd.c.
Changes to libtommath/bn_mp_set.c.
Changes to libtommath/bn_mp_set_double.c.
Added libtommath/bn_mp_set_i32.c.
Added libtommath/bn_mp_set_i64.c.
Deleted libtommath/bn_mp_set_int.c.
Deleted libtommath/bn_mp_set_long.c.
Deleted libtommath/bn_mp_set_long_long.c.
Added libtommath/bn_mp_set_u32.c.
Added libtommath/bn_mp_set_u64.c.
Changes to libtommath/bn_mp_shrink.c.
Changes to libtommath/bn_mp_signed_bin_size.c.
Name change from libtommath/bn_mp_tc_div_2d.c to libtommath/bn_mp_signed_rsh.c.
Changes to libtommath/bn_mp_sqr.c.
Changes to libtommath/bn_mp_sqrmod.c.
Changes to libtommath/bn_mp_sqrt.c.
Changes to libtommath/bn_mp_sqrtmod_prime.c.
Changes to libtommath/bn_mp_sub.c.
Changes to libtommath/bn_mp_sub_d.c.
Changes to libtommath/bn_mp_submod.c.
Deleted libtommath/bn_mp_tc_and.c.
Deleted libtommath/bn_mp_tc_or.c.
Deleted libtommath/bn_mp_tc_xor.c.
Changes to libtommath/bn_mp_to_signed_bin.c.
Changes to libtommath/bn_mp_to_signed_bin_n.c.
Changes to libtommath/bn_mp_to_unsigned_bin.c.
Changes to libtommath/bn_mp_to_unsigned_bin_n.c.
Changes to libtommath/bn_mp_toradix.c.
Changes to libtommath/bn_mp_toradix_n.c.
Changes to libtommath/bn_mp_unsigned_bin_size.c.
Changes to libtommath/bn_mp_xor.c.
Changes to libtommath/bn_mp_zero.c.
Changes to libtommath/bn_prime_tab.c.
Changes to libtommath/bn_s_mp_add.c.
Added libtommath/bn_s_mp_balance_mul.c.
Changes to libtommath/bn_s_mp_exptmod.c.
Name change from libtommath/bn_mp_exptmod_fast.c to libtommath/bn_s_mp_exptmod_fast.c.
Name change from libtommath/bn_mp_get_bit.c to libtommath/bn_s_mp_get_bit.c.
Name change from libtommath/bn_fast_mp_invmod.c to libtommath/bn_s_mp_invmod_fast.c.
Name change from libtommath/bn_mp_invmod_slow.c to libtommath/bn_s_mp_invmod_slow.c.
Name change from libtommath/bn_mp_karatsuba_mul.c to libtommath/bn_s_mp_karatsuba_mul.c.
Name change from libtommath/bn_mp_karatsuba_sqr.c to libtommath/bn_s_mp_karatsuba_sqr.c.
Name change from libtommath/bn_fast_mp_montgomery_reduce.c to libtommath/bn_s_mp_montgomery_reduce_fast.c.
Changes to libtommath/bn_s_mp_mul_digs.c.
Name change from libtommath/bn_fast_s_mp_mul_digs.c to libtommath/bn_s_mp_mul_digs_fast.c.
Changes to libtommath/bn_s_mp_mul_high_digs.c.
Name change from libtommath/bn_fast_s_mp_mul_high_digs.c to libtommath/bn_s_mp_mul_high_digs_fast.c.
Name change from libtommath/bn_mp_prime_is_divisible.c to libtommath/bn_s_mp_prime_is_divisible.c.
Added libtommath/bn_s_mp_rand_jenkins.c.
Added libtommath/bn_s_mp_rand_platform.c.
Name change from libtommath/bn_reverse.c to libtommath/bn_s_mp_reverse.c.
Changes to libtommath/bn_s_mp_sqr.c.
Name change from libtommath/bn_fast_s_mp_sqr.c to libtommath/bn_s_mp_sqr_fast.c.
Changes to libtommath/bn_s_mp_sub.c.
Name change from libtommath/bn_mp_toom_mul.c to libtommath/bn_s_mp_toom_mul.c.
Name change from libtommath/bn_mp_toom_sqr.c to libtommath/bn_s_mp_toom_sqr.c.
Deleted libtommath/callgraph.txt.
Added libtommath/helper.pl.
Changes to libtommath/libtommath_VS2008.vcproj.
Changes to libtommath/makefile.
Changes to libtommath/makefile.mingw.
Changes to libtommath/makefile.msvc.
Changes to libtommath/makefile.shared.
Changes to libtommath/makefile.unix.
Changes to libtommath/makefile_include.mk.
Added libtommath/tommath.def.
Changes to libtommath/tommath.h.
Changes to libtommath/tommath_class.h.
Added libtommath/tommath_cutoffs.h.
Changes to libtommath/tommath_private.h.
Changes to libtommath/tommath_superclass.h.
Deleted libtommath/updatemakes.sh.