ltm-0.41
commit1a625c0908d0648cc106236bb221a2e90078ead7
authorLove Hornquist Astrand <lha@h5l.org>
Thu, 1 Jul 2010 17:51:29 +0000 (1 10:51 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Thu, 1 Jul 2010 17:51:29 +0000 (1 10:51 -0700)
tree77fdde9fb727fa9e4a00c7ca5a096193204aae45
parent5ca101c63e08e168528044e9997634ea4ecd2853
ltm-0.41
201 files changed:
lib/hcrypto/libtommath/LICENSE [new file with mode: 0644]
lib/hcrypto/libtommath/VERSION [new file with mode: 0644]
lib/hcrypto/libtommath/bn.ilg [new file with mode: 0644]
lib/hcrypto/libtommath/bn.ind [new file with mode: 0644]
lib/hcrypto/libtommath/bn.pdf [new file with mode: 0644]
lib/hcrypto/libtommath/bn.tex [new file with mode: 0644]
lib/hcrypto/libtommath/bn_error.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_fast_mp_invmod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_fast_mp_montgomery_reduce.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_fast_s_mp_mul_digs.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_fast_s_mp_mul_high_digs.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_fast_s_mp_sqr.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_2expt.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_abs.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_add.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_add_d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_addmod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_and.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_clamp.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_clear.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_clear_multi.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_cmp.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_cmp_d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_cmp_mag.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_cnt_lsb.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_copy.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_count_bits.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_div.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_div_2.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_div_2d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_div_3.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_div_d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_dr_is_modulus.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_dr_reduce.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_dr_setup.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_exch.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_expt_d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_exptmod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_exptmod_fast.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_exteuclid.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_fread.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_fwrite.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_gcd.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_get_int.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_grow.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_init.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_init_copy.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_init_multi.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_init_set.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_init_set_int.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_init_size.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_invmod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_invmod_slow.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_is_square.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_jacobi.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_karatsuba_mul.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_karatsuba_sqr.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_lcm.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_lshd.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mod_2d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mod_d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_montgomery_calc_normalization.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_montgomery_reduce.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_montgomery_setup.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mul.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mul_2.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mul_2d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mul_d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_mulmod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_n_root.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_neg.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_or.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_prime_fermat.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_prime_is_divisible.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_prime_is_prime.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_prime_miller_rabin.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_prime_next_prime.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_prime_rabin_miller_trials.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_prime_random_ex.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_radix_size.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_radix_smap.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_rand.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_read_radix.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_read_signed_bin.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_read_unsigned_bin.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce_2k.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce_2k_l.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce_2k_setup.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce_2k_setup_l.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce_is_2k.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce_is_2k_l.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_reduce_setup.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_rshd.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_set.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_set_int.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_shrink.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_signed_bin_size.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_sqr.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_sqrmod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_sqrt.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_sub.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_sub_d.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_submod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_to_signed_bin.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_to_signed_bin_n.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_to_unsigned_bin.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_to_unsigned_bin_n.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_toom_mul.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_toom_sqr.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_toradix.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_toradix_n.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_unsigned_bin_size.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_xor.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_mp_zero.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_prime_tab.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_reverse.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_s_mp_add.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_s_mp_exptmod.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_s_mp_mul_digs.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_s_mp_mul_high_digs.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_s_mp_sqr.c [new file with mode: 0644]
lib/hcrypto/libtommath/bn_s_mp_sub.c [new file with mode: 0644]
lib/hcrypto/libtommath/bncore.c [new file with mode: 0644]
lib/hcrypto/libtommath/booker.pl [new file with mode: 0644]
lib/hcrypto/libtommath/callgraph.txt [new file with mode: 0644]
lib/hcrypto/libtommath/changes.txt [new file with mode: 0644]
lib/hcrypto/libtommath/demo/demo.c [new file with mode: 0644]
lib/hcrypto/libtommath/demo/timing.c [new file with mode: 0644]
lib/hcrypto/libtommath/dep.pl [new file with mode: 0644]
lib/hcrypto/libtommath/etc/2kprime.1 [new file with mode: 0644]
lib/hcrypto/libtommath/etc/2kprime.c [new file with mode: 0644]
lib/hcrypto/libtommath/etc/drprime.c [new file with mode: 0644]
lib/hcrypto/libtommath/etc/drprimes.28 [new file with mode: 0644]
lib/hcrypto/libtommath/etc/drprimes.txt [new file with mode: 0644]
lib/hcrypto/libtommath/etc/makefile [new file with mode: 0644]
lib/hcrypto/libtommath/etc/makefile.icc [new file with mode: 0644]
lib/hcrypto/libtommath/etc/makefile.msvc [new file with mode: 0644]
lib/hcrypto/libtommath/etc/mersenne.c [new file with mode: 0644]
lib/hcrypto/libtommath/etc/mont.c [new file with mode: 0644]
lib/hcrypto/libtommath/etc/pprime.c [new file with mode: 0644]
lib/hcrypto/libtommath/etc/prime.1024 [new file with mode: 0644]
lib/hcrypto/libtommath/etc/prime.512 [new file with mode: 0644]
lib/hcrypto/libtommath/etc/timer.asm [new file with mode: 0644]
lib/hcrypto/libtommath/etc/tune.c [new file with mode: 0644]
lib/hcrypto/libtommath/gen.pl [new file with mode: 0644]
lib/hcrypto/libtommath/libtommath.dsp [new file with mode: 0644]
lib/hcrypto/libtommath/logs/README [new file with mode: 0644]
lib/hcrypto/libtommath/logs/add.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/addsub.png [new file with mode: 0644]
lib/hcrypto/libtommath/logs/expt.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/expt.png [new file with mode: 0644]
lib/hcrypto/libtommath/logs/expt_2k.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/expt_2kl.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/expt_dr.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/graphs.dem [new file with mode: 0644]
lib/hcrypto/libtommath/logs/index.html [new file with mode: 0644]
lib/hcrypto/libtommath/logs/invmod.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/invmod.png [new file with mode: 0644]
lib/hcrypto/libtommath/logs/mult.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/mult.png [new file with mode: 0644]
lib/hcrypto/libtommath/logs/mult_kara.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/sqr.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/sqr_kara.log [new file with mode: 0644]
lib/hcrypto/libtommath/logs/sub.log [new file with mode: 0644]
lib/hcrypto/libtommath/makefile [new file with mode: 0644]
lib/hcrypto/libtommath/makefile.bcc [new file with mode: 0644]
lib/hcrypto/libtommath/makefile.cygwin_dll [new file with mode: 0644]
lib/hcrypto/libtommath/makefile.icc [new file with mode: 0644]
lib/hcrypto/libtommath/makefile.msvc [new file with mode: 0644]
lib/hcrypto/libtommath/makefile.shared [new file with mode: 0644]
lib/hcrypto/libtommath/mess.sh [new file with mode: 0644]
lib/hcrypto/libtommath/mtest/logtab.h [new file with mode: 0644]
lib/hcrypto/libtommath/mtest/mpi-config.h [new file with mode: 0644]
lib/hcrypto/libtommath/mtest/mpi-types.h [new file with mode: 0644]
lib/hcrypto/libtommath/mtest/mpi.c [new file with mode: 0644]
lib/hcrypto/libtommath/mtest/mpi.h [new file with mode: 0644]
lib/hcrypto/libtommath/mtest/mtest.c [new file with mode: 0644]
lib/hcrypto/libtommath/pics/design_process.sxd [new file with mode: 0644]
lib/hcrypto/libtommath/pics/design_process.tif [new file with mode: 0644]
lib/hcrypto/libtommath/pics/expt_state.sxd [new file with mode: 0644]
lib/hcrypto/libtommath/pics/expt_state.tif [new file with mode: 0644]
lib/hcrypto/libtommath/pics/makefile [new file with mode: 0644]
lib/hcrypto/libtommath/pics/primality.tif [new file with mode: 0644]
lib/hcrypto/libtommath/pics/radix.sxd [new file with mode: 0644]
lib/hcrypto/libtommath/pics/sliding_window.sxd [new file with mode: 0644]
lib/hcrypto/libtommath/pics/sliding_window.tif [new file with mode: 0644]
lib/hcrypto/libtommath/poster.out [new file with mode: 0644]
lib/hcrypto/libtommath/poster.pdf [new file with mode: 0644]
lib/hcrypto/libtommath/poster.tex [new file with mode: 0644]
lib/hcrypto/libtommath/pre_gen/mpi.c [new file with mode: 0644]
lib/hcrypto/libtommath/pretty.build [new file with mode: 0644]
lib/hcrypto/libtommath/tombc/grammar.txt [new file with mode: 0644]
lib/hcrypto/libtommath/tommath.h [new file with mode: 0644]
lib/hcrypto/libtommath/tommath.out [new file with mode: 0644]
lib/hcrypto/libtommath/tommath.pdf [new file with mode: 0644]
lib/hcrypto/libtommath/tommath.src [new file with mode: 0644]
lib/hcrypto/libtommath/tommath.tex [new file with mode: 0644]
lib/hcrypto/libtommath/tommath_class.h [new file with mode: 0644]
lib/hcrypto/libtommath/tommath_superclass.h [new file with mode: 0644]