Tcl Source Code

Changes On Branch libtommath
Login

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

Changes In Branch libtommath Excluding Merge-Ins

This is equivalent to a diff from 731fd7d7c1 to 354511454d

2023-09-04
20:18
Merge libtommath check-in: 51fa501391 user: jan.nijtmans tags: libtommath-no-stdint.h
20:14
libtommath -> version 1.2.1 Closed-Leaf check-in: 354511454d user: jan.nijtmans tags: libtommath
2019-11-22
12:38
Take over recent commmits on the support/1.x branch check-in: 37af21de0b user: jan.nijtmans tags: libtommath
2005-01-19
22:41
Import of libtommath 0.33 check-in: 179903024e user: kennykb tags: libtommath
1998-03-26
14:45
Initial revision check-in: cacdd0f329 user: rjohnson tags: trunk
14:45
initial empty check-in check-in: 731fd7d7c1 user: root tags: trunk

Added .fossil-settings/crlf-glob.

Added .fossil-settings/ignore-glob.

Added .gitattributes.

Added .gitignore.

Added libtommath/LICENSE.

Added libtommath/README.md.

Added libtommath/appveyor.yml.

Added libtommath/astylerc.

Added libtommath/bn_cutoffs.c.

Added libtommath/bn_deprecated.c.

Added libtommath/bn_mp_2expt.c.

Added libtommath/bn_mp_abs.c.

Added libtommath/bn_mp_add.c.

Added libtommath/bn_mp_add_d.c.

Added libtommath/bn_mp_addmod.c.

Added libtommath/bn_mp_and.c.

Added libtommath/bn_mp_clamp.c.

Added libtommath/bn_mp_clear.c.

Added libtommath/bn_mp_clear_multi.c.

Added libtommath/bn_mp_cmp.c.

Added libtommath/bn_mp_cmp_d.c.

Added libtommath/bn_mp_cmp_mag.c.

Added libtommath/bn_mp_cnt_lsb.c.

Added libtommath/bn_mp_complement.c.

Added libtommath/bn_mp_copy.c.

Added libtommath/bn_mp_count_bits.c.

Added libtommath/bn_mp_decr.c.

Added libtommath/bn_mp_div.c.

Added libtommath/bn_mp_div_2.c.

Added libtommath/bn_mp_div_2d.c.

Added libtommath/bn_mp_div_3.c.

Added libtommath/bn_mp_div_d.c.

Added libtommath/bn_mp_dr_is_modulus.c.

Added libtommath/bn_mp_dr_reduce.c.

Added libtommath/bn_mp_dr_setup.c.

Added libtommath/bn_mp_error_to_string.c.

Added libtommath/bn_mp_exch.c.

Added libtommath/bn_mp_expt_u32.c.

Added libtommath/bn_mp_exptmod.c.

Added libtommath/bn_mp_exteuclid.c.

Added libtommath/bn_mp_fread.c.

Added libtommath/bn_mp_from_sbin.c.

Added libtommath/bn_mp_from_ubin.c.

Added libtommath/bn_mp_fwrite.c.

Added libtommath/bn_mp_gcd.c.

Added libtommath/bn_mp_get_double.c.

Added libtommath/bn_mp_get_i32.c.

Added libtommath/bn_mp_get_i64.c.

Added libtommath/bn_mp_get_l.c.

Added libtommath/bn_mp_get_ll.c.

Added libtommath/bn_mp_get_mag_u32.c.

Added libtommath/bn_mp_get_mag_u64.c.

Added libtommath/bn_mp_get_mag_ul.c.

Added libtommath/bn_mp_get_mag_ull.c.

Added libtommath/bn_mp_grow.c.

Added libtommath/bn_mp_incr.c.

Added libtommath/bn_mp_init.c.

Added libtommath/bn_mp_init_copy.c.

Added libtommath/bn_mp_init_i32.c.

Added libtommath/bn_mp_init_i64.c.

Added libtommath/bn_mp_init_l.c.

Added libtommath/bn_mp_init_ll.c.

Added libtommath/bn_mp_init_multi.c.

Added libtommath/bn_mp_init_set.c.

Added libtommath/bn_mp_init_size.c.

Added libtommath/bn_mp_init_u32.c.

Added libtommath/bn_mp_init_u64.c.

Added libtommath/bn_mp_init_ul.c.

Added libtommath/bn_mp_init_ull.c.

Added libtommath/bn_mp_invmod.c.

Added libtommath/bn_mp_is_square.c.

Added libtommath/bn_mp_iseven.c.

Added libtommath/bn_mp_isodd.c.

Added libtommath/bn_mp_kronecker.c.

Added libtommath/bn_mp_lcm.c.

Added libtommath/bn_mp_log_u32.c.

Added libtommath/bn_mp_lshd.c.

Added libtommath/bn_mp_mod.c.

Added libtommath/bn_mp_mod_2d.c.

Added libtommath/bn_mp_mod_d.c.

Added libtommath/bn_mp_montgomery_calc_normalization.c.

Added libtommath/bn_mp_montgomery_reduce.c.

Added libtommath/bn_mp_montgomery_setup.c.

Added libtommath/bn_mp_mul.c.

Added libtommath/bn_mp_mul_2.c.

Added libtommath/bn_mp_mul_2d.c.

Added libtommath/bn_mp_mul_d.c.

Added libtommath/bn_mp_mulmod.c.

Added libtommath/bn_mp_neg.c.

Added libtommath/bn_mp_or.c.

Added libtommath/bn_mp_pack.c.

Added libtommath/bn_mp_pack_count.c.

Added libtommath/bn_mp_prime_fermat.c.

Added libtommath/bn_mp_prime_frobenius_underwood.c.

Added libtommath/bn_mp_prime_is_prime.c.

Added libtommath/bn_mp_prime_miller_rabin.c.

Added libtommath/bn_mp_prime_next_prime.c.

Added libtommath/bn_mp_prime_rabin_miller_trials.c.

Added libtommath/bn_mp_prime_rand.c.

Added libtommath/bn_mp_prime_strong_lucas_selfridge.c.

Added libtommath/bn_mp_radix_size.c.

Added libtommath/bn_mp_radix_smap.c.

Added libtommath/bn_mp_rand.c.

Added libtommath/bn_mp_read_radix.c.

Added libtommath/bn_mp_reduce.c.

Added libtommath/bn_mp_reduce_2k.c.

Added libtommath/bn_mp_reduce_2k_l.c.

Added libtommath/bn_mp_reduce_2k_setup.c.

Added libtommath/bn_mp_reduce_2k_setup_l.c.

Added libtommath/bn_mp_reduce_is_2k.c.

Added libtommath/bn_mp_reduce_is_2k_l.c.

Added libtommath/bn_mp_reduce_setup.c.

Added libtommath/bn_mp_root_u32.c.

Added libtommath/bn_mp_rshd.c.

Added libtommath/bn_mp_sbin_size.c.

Added libtommath/bn_mp_set.c.

Added libtommath/bn_mp_set_double.c.

Added libtommath/bn_mp_set_i32.c.

Added libtommath/bn_mp_set_i64.c.

Added libtommath/bn_mp_set_l.c.

Added libtommath/bn_mp_set_ll.c.

Added libtommath/bn_mp_set_u32.c.

Added libtommath/bn_mp_set_u64.c.

Added libtommath/bn_mp_set_ul.c.

Added libtommath/bn_mp_set_ull.c.

Added libtommath/bn_mp_shrink.c.

Added libtommath/bn_mp_signed_rsh.c.

Added libtommath/bn_mp_sqr.c.

Added libtommath/bn_mp_sqrmod.c.

Added libtommath/bn_mp_sqrt.c.

Added libtommath/bn_mp_sqrtmod_prime.c.

Added libtommath/bn_mp_sub.c.

Added libtommath/bn_mp_sub_d.c.

Added libtommath/bn_mp_submod.c.

Added libtommath/bn_mp_to_radix.c.

Added libtommath/bn_mp_to_sbin.c.

Added libtommath/bn_mp_to_ubin.c.

Added libtommath/bn_mp_ubin_size.c.

Added libtommath/bn_mp_unpack.c.

Added libtommath/bn_mp_xor.c.

Added libtommath/bn_mp_zero.c.

Added libtommath/bn_prime_tab.c.

Added libtommath/bn_s_mp_add.c.

Added libtommath/bn_s_mp_balance_mul.c.

Added libtommath/bn_s_mp_exptmod.c.

Added libtommath/bn_s_mp_exptmod_fast.c.

Added libtommath/bn_s_mp_get_bit.c.

Added libtommath/bn_s_mp_invmod_fast.c.

Added libtommath/bn_s_mp_invmod_slow.c.

Added libtommath/bn_s_mp_karatsuba_mul.c.

Added libtommath/bn_s_mp_karatsuba_sqr.c.

Added libtommath/bn_s_mp_montgomery_reduce_fast.c.

Added libtommath/bn_s_mp_mul_digs.c.

Added libtommath/bn_s_mp_mul_digs_fast.c.

Added libtommath/bn_s_mp_mul_high_digs.c.

Added libtommath/bn_s_mp_mul_high_digs_fast.c.

Added libtommath/bn_s_mp_prime_is_divisible.c.

Added libtommath/bn_s_mp_rand_jenkins.c.

Added libtommath/bn_s_mp_rand_platform.c.

Added libtommath/bn_s_mp_reverse.c.

Added libtommath/bn_s_mp_sqr.c.

Added libtommath/bn_s_mp_sqr_fast.c.

Added libtommath/bn_s_mp_sub.c.

Added libtommath/bn_s_mp_toom_mul.c.

Added libtommath/bn_s_mp_toom_sqr.c.

Added libtommath/changes.txt.

Added libtommath/demo/shared.c.

Added libtommath/demo/shared.h.

Added libtommath/demo/test.c.

Added libtommath/helper.pl.

Added libtommath/libtommath.pc.in.

Added libtommath/libtommath_VS2008.sln.

Added libtommath/libtommath_VS2008.vcproj.

Added libtommath/makefile.

Added libtommath/makefile.mingw.

Added libtommath/makefile.msvc.

Added libtommath/makefile.shared.

Added libtommath/makefile.unix.

Added libtommath/makefile_include.mk.

Added libtommath/testme.sh.

Added libtommath/tommath.def.

Added libtommath/tommath.h.

Added libtommath/tommath_class.h.

Added libtommath/tommath_cutoffs.h.

Added libtommath/tommath_private.h.

Added libtommath/tommath_superclass.h.