<b>6.0.0.1819</b>
Sergey Khalyutn 2026.03.13 16:36:02
relpace to libtommath 1.3 source tree
without dirs: /doc /logs /mtest /demo /.github
and files makefile.shared libtommath_VS2008.sln libtommath_VS2008.vcproj
add from fb
libtommath_VSVC15.sln
libtommath_VSVC15.vcproj  with correct lists of *.c *.h
makefile.shared  with correct lists of *.o

Changed paths:
  M extern/libtommath/CMakeLists.txt
  M extern/libtommath/LICENSE
  M extern/libtommath/README.md
  M extern/libtommath/bn_cutoffs.c
  M extern/libtommath/bn_deprecated.c
  M extern/libtommath/bn_error.c
  M extern/libtommath/bn_fast_mp_invmod.c
  M extern/libtommath/bn_fast_mp_montgomery_reduce.c
  M extern/libtommath/bn_fast_s_mp_mul_digs.c
  M extern/libtommath/bn_fast_s_mp_mul_high_digs.c
  M extern/libtommath/bn_fast_s_mp_sqr.c
  M extern/libtommath/bn_mp_2expt.c
  M extern/libtommath/bn_mp_abs.c
  M extern/libtommath/bn_mp_add.c
  M extern/libtommath/bn_mp_add_d.c
  M extern/libtommath/bn_mp_addmod.c
  M extern/libtommath/bn_mp_and.c
  M extern/libtommath/bn_mp_clamp.c
  M extern/libtommath/bn_mp_clear.c
  M extern/libtommath/bn_mp_clear_multi.c
  M extern/libtommath/bn_mp_cmp.c
  M extern/libtommath/bn_mp_cmp_d.c
  M extern/libtommath/bn_mp_cmp_mag.c
  M extern/libtommath/bn_mp_cnt_lsb.c
  M extern/libtommath/bn_mp_complement.c
  M extern/libtommath/bn_mp_copy.c
  M extern/libtommath/bn_mp_count_bits.c
  M extern/libtommath/bn_mp_decr.c
  M extern/libtommath/bn_mp_div.c
  M extern/libtommath/bn_mp_div_2.c
  M extern/libtommath/bn_mp_div_2d.c
  M extern/libtommath/bn_mp_div_3.c
  M extern/libtommath/bn_mp_div_d.c
  M extern/libtommath/bn_mp_dr_is_modulus.c
  M extern/libtommath/bn_mp_dr_reduce.c
  M extern/libtommath/bn_mp_dr_setup.c
  M extern/libtommath/bn_mp_error_to_string.c
  M extern/libtommath/bn_mp_exch.c
  M extern/libtommath/bn_mp_expt_d.c
  M extern/libtommath/bn_mp_expt_n.c
  M extern/libtommath/bn_mp_exptmod.c
  M extern/libtommath/bn_mp_exptmod_fast.c
  M extern/libtommath/bn_mp_exteuclid.c
  M extern/libtommath/bn_mp_fread.c
  M extern/libtommath/bn_mp_from_sbin.c
  M extern/libtommath/bn_mp_from_ubin.c
  M extern/libtommath/bn_mp_fwrite.c
  M extern/libtommath/bn_mp_gcd.c
  M extern/libtommath/bn_mp_get_double.c
  M extern/libtommath/bn_mp_get_i32.c
  M extern/libtommath/bn_mp_get_i64.c
  M extern/libtommath/bn_mp_get_int.c
  M extern/libtommath/bn_mp_get_l.c
  M extern/libtommath/bn_mp_get_mag_u32.c
  M extern/libtommath/bn_mp_get_mag_u64.c
  M extern/libtommath/bn_mp_get_mag_ul.c
  M extern/libtommath/bn_mp_grow.c
  M extern/libtommath/bn_mp_incr.c
  M extern/libtommath/bn_mp_init.c
  M extern/libtommath/bn_mp_init_copy.c
  M extern/libtommath/bn_mp_init_i32.c
  M extern/libtommath/bn_mp_init_i64.c
  M extern/libtommath/bn_mp_init_l.c
  M extern/libtommath/bn_mp_init_multi.c
  M extern/libtommath/bn_mp_init_set.c
  M extern/libtommath/bn_mp_init_set_int.c
  M extern/libtommath/bn_mp_init_size.c
  M extern/libtommath/bn_mp_init_u32.c
  M extern/libtommath/bn_mp_init_u64.c
  M extern/libtommath/bn_mp_init_ul.c
  M extern/libtommath/bn_mp_invmod.c
  M extern/libtommath/bn_mp_invmod_slow.c
  M extern/libtommath/bn_mp_is_square.c
  M extern/libtommath/bn_mp_iseven.c
  M extern/libtommath/bn_mp_isodd.c
  M extern/libtommath/bn_mp_jacobi.c
  M extern/libtommath/bn_mp_karatsuba_mul.c
  M extern/libtommath/bn_mp_karatsuba_sqr.c
  M extern/libtommath/bn_mp_kronecker.c
  M extern/libtommath/bn_mp_lcm.c
  M extern/libtommath/bn_mp_log_n.c
  M extern/libtommath/bn_mp_lshd.c
  M extern/libtommath/bn_mp_mod.c
  M extern/libtommath/bn_mp_mod_2d.c
  M extern/libtommath/bn_mp_mod_d.c
  M extern/libtommath/bn_mp_montgomery_calc_normalization.c
  M extern/libtommath/bn_mp_montgomery_reduce.c
  M extern/libtommath/bn_mp_montgomery_setup.c
  M extern/libtommath/bn_mp_mul.c
  M extern/libtommath/bn_mp_mul_2.c
  M extern/libtommath/bn_mp_mul_2d.c
  M extern/libtommath/bn_mp_mul_d.c
  M extern/libtommath/bn_mp_mulmod.c
  M extern/libtommath/bn_mp_n_root.c
  M extern/libtommath/bn_mp_neg.c
  M extern/libtommath/bn_mp_or.c
  M extern/libtommath/bn_mp_pack.c
  M extern/libtommath/bn_mp_pack_count.c
  M extern/libtommath/bn_mp_prime_fermat.c
  M extern/libtommath/bn_mp_prime_frobenius_underwood.c
  M extern/libtommath/bn_mp_prime_is_divisible.c
  M extern/libtommath/bn_mp_prime_is_prime.c
  M extern/libtommath/bn_mp_prime_miller_rabin.c
  M extern/libtommath/bn_mp_prime_next_prime.c
  M extern/libtommath/bn_mp_prime_rabin_miller_trials.c
  M extern/libtommath/bn_mp_prime_rand.c
  M extern/libtommath/bn_mp_prime_random_ex.c
  M extern/libtommath/bn_mp_prime_strong_lucas_selfridge.c
  M extern/libtommath/bn_mp_radix_size.c
  M extern/libtommath/bn_mp_radix_smap.c
  M extern/libtommath/bn_mp_rand.c
  M extern/libtommath/bn_mp_read_radix.c
  M extern/libtommath/bn_mp_read_signed_bin.c
  M extern/libtommath/bn_mp_read_unsigned_bin.c
  M extern/libtommath/bn_mp_reduce.c
  M extern/libtommath/bn_mp_reduce_2k.c
  M extern/libtommath/bn_mp_reduce_2k_l.c
  M extern/libtommath/bn_mp_reduce_2k_setup.c
  M extern/libtommath/bn_mp_reduce_2k_setup_l.c
  M extern/libtommath/bn_mp_reduce_is_2k.c
  M extern/libtommath/bn_mp_reduce_is_2k_l.c
  M extern/libtommath/bn_mp_reduce_setup.c
  M extern/libtommath/bn_mp_root_n.c
  M extern/libtommath/bn_mp_rshd.c
  M extern/libtommath/bn_mp_sbin_size.c
  M extern/libtommath/bn_mp_set.c
  M extern/libtommath/bn_mp_set_double.c
  M extern/libtommath/bn_mp_set_i32.c
  M extern/libtommath/bn_mp_set_i64.c
  M extern/libtommath/bn_mp_set_int.c
  M extern/libtommath/bn_mp_set_l.c
  M extern/libtommath/bn_mp_set_u32.c
  M extern/libtommath/bn_mp_set_u64.c
  M extern/libtommath/bn_mp_set_ul.c
  M extern/libtommath/bn_mp_shrink.c
  M extern/libtommath/bn_mp_signed_bin_size.c
  M extern/libtommath/bn_mp_signed_rsh.c
  M extern/libtommath/bn_mp_sqr.c
  M extern/libtommath/bn_mp_sqrmod.c
  M extern/libtommath/bn_mp_sqrt.c
  M extern/libtommath/bn_mp_sqrtmod_prime.c
  M extern/libtommath/bn_mp_sub.c
  M extern/libtommath/bn_mp_sub_d.c
  M extern/libtommath/bn_mp_submod.c
  M extern/libtommath/bn_mp_to_radix.c
  M extern/libtommath/bn_mp_to_sbin.c
  M extern/libtommath/bn_mp_to_signed_bin.c
  M extern/libtommath/bn_mp_to_signed_bin_n.c
  M extern/libtommath/bn_mp_to_ubin.c
  M extern/libtommath/bn_mp_to_unsigned_bin.c
  M extern/libtommath/bn_mp_to_unsigned_bin_n.c
  M extern/libtommath/bn_mp_toom_mul.c
  M extern/libtommath/bn_mp_toom_sqr.c
  M extern/libtommath/bn_mp_toradix.c
  M extern/libtommath/bn_mp_toradix_n.c
  M extern/libtommath/bn_mp_ubin_size.c
  M extern/libtommath/bn_mp_unpack.c
  M extern/libtommath/bn_mp_unsigned_bin_size.c
  M extern/libtommath/bn_mp_xor.c
  M extern/libtommath/bn_mp_zero.c
  M extern/libtommath/bn_prime_tab.c
  M extern/libtommath/bn_reverse.c
  M extern/libtommath/bn_s_mp_add.c
  M extern/libtommath/bn_s_mp_balance_mul.c
  M extern/libtommath/bn_s_mp_div_3.c
  M extern/libtommath/bn_s_mp_exptmod.c
  M extern/libtommath/bn_s_mp_exptmod_fast.c
  M extern/libtommath/bn_s_mp_get_bit.c
  M extern/libtommath/bn_s_mp_invmod_fast.c
  M extern/libtommath/bn_s_mp_invmod_slow.c
  M extern/libtommath/bn_s_mp_karatsuba_mul.c
  M extern/libtommath/bn_s_mp_karatsuba_sqr.c
  M extern/libtommath/bn_s_mp_log.c
  M extern/libtommath/bn_s_mp_log_2expt.c
  M extern/libtommath/bn_s_mp_log_d.c
  M extern/libtommath/bn_s_mp_montgomery_reduce_fast.c
  M extern/libtommath/bn_s_mp_mul_digs.c
  M extern/libtommath/bn_s_mp_mul_digs_fast.c
  M extern/libtommath/bn_s_mp_mul_high_digs.c
  M extern/libtommath/bn_s_mp_mul_high_digs_fast.c
  M extern/libtommath/bn_s_mp_prime_is_divisible.c
  M extern/libtommath/bn_s_mp_rand_jenkins.c
  M extern/libtommath/bn_s_mp_rand_platform.c
  M extern/libtommath/bn_s_mp_reverse.c
  M extern/libtommath/bn_s_mp_sqr.c
  M extern/libtommath/bn_s_mp_sqr_fast.c
  M extern/libtommath/bn_s_mp_sub.c
  M extern/libtommath/bn_s_mp_toom_mul.c
  M extern/libtommath/bn_s_mp_toom_sqr.c
  M extern/libtommath/bncore.c
  M extern/libtommath/changes.txt
  M extern/libtommath/etc/2kprime.1
  M extern/libtommath/etc/2kprime.c
  M extern/libtommath/etc/drprime.c
  M extern/libtommath/etc/drprimes.28
  M extern/libtommath/etc/drprimes.txt
  M extern/libtommath/etc/makefile
  M extern/libtommath/etc/makefile.icc
  M extern/libtommath/etc/makefile.msvc
  M extern/libtommath/etc/mersenne.c
  M extern/libtommath/etc/mont.c
  M extern/libtommath/etc/pprime.c
  M extern/libtommath/etc/prime.1024
  M extern/libtommath/etc/prime.512
  M extern/libtommath/etc/timer.asm
  M extern/libtommath/etc/tune.c
  M extern/libtommath/etc/tune_it.sh
  M extern/libtommath/gen.pl
  M extern/libtommath/helper.pl
  M extern/libtommath/libtommath.dsp
  M extern/libtommath/libtommath.pc.in
  M extern/libtommath/libtommath_MSVC15.vcxproj
  M extern/libtommath/makefile
  M extern/libtommath/makefile.bcc
  M extern/libtommath/makefile.cygwin_dll
  M extern/libtommath/makefile.icc
  M extern/libtommath/makefile.mingw
  M extern/libtommath/makefile.msvc
  M extern/libtommath/makefile.shared
  M extern/libtommath/makefile.unix
  M extern/libtommath/makefile_include.mk
  M extern/libtommath/mess.sh
  M extern/libtommath/pretty.build
  M extern/libtommath/sources.cmake
  M extern/libtommath/testme.sh
  M extern/libtommath/tommath.def
  M extern/libtommath/tommath.h
  M extern/libtommath/tommath_class.h
  M extern/libtommath/tommath_cutoffs.h
  M extern/libtommath/tommath_private.h
  M extern/libtommath/tommath_superclass.h