enable ltm, add key blinding, add remove tfm
commit763a72b73a850906f1d1d646c6d6b5c79f825df5
authorLove Hornquist Astrand <lha@h5l.org>
Sun, 15 Aug 2010 22:06:58 +0000 (15 15:06 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Sun, 15 Aug 2010 22:06:58 +0000 (15 15:06 -0700)
tree5cebf5f22a17498c18ee062943471f9472c337b8
parent44dfbeb5962af20147402054a29be75819a2a322
enable ltm, add key blinding, add remove tfm
143 files changed:
lib/hcrypto/Makefile.am
lib/hcrypto/aes.h
lib/hcrypto/common.c [copied from lib/hcrypto/aes.h with 56% similarity]
lib/hcrypto/common.h [copied from lib/hcrypto/aes.h with 56% similarity]
lib/hcrypto/dh-imath.c
lib/hcrypto/dh-tfm.c
lib/hcrypto/engine.c
lib/hcrypto/engine.h
lib/hcrypto/evp-cc.c
lib/hcrypto/evp-cc.h
lib/hcrypto/libhcrypto-exports.def
lib/hcrypto/rsa-imath.c
lib/hcrypto/rsa-ltm.c
lib/hcrypto/rsa-tfm.c
lib/hcrypto/rsa.c
lib/hcrypto/rsa.h
lib/hcrypto/test_pkcs5.c
lib/hcrypto/test_rand.c
lib/hcrypto/test_rsa.c
lib/hcrypto/tomsfastmath/LICENSE [deleted file]
lib/hcrypto/tomsfastmath/NTMakefile [deleted file]
lib/hcrypto/tomsfastmath/RELEASE [deleted file]
lib/hcrypto/tomsfastmath/SPONSORS [deleted file]
lib/hcrypto/tomsfastmath/TODO [deleted file]
lib/hcrypto/tomsfastmath/changes.txt [deleted file]
lib/hcrypto/tomsfastmath/demo/rsa.c [deleted file]
lib/hcrypto/tomsfastmath/demo/stest.c [deleted file]
lib/hcrypto/tomsfastmath/demo/test.c [deleted file]
lib/hcrypto/tomsfastmath/doc/tfm.pdf [deleted file]
lib/hcrypto/tomsfastmath/filter.pl [deleted file]
lib/hcrypto/tomsfastmath/gen.pl [deleted file]
lib/hcrypto/tomsfastmath/genlist.sh [deleted file]
lib/hcrypto/tomsfastmath/makefile [deleted file]
lib/hcrypto/tomsfastmath/makefile.shared [deleted file]
lib/hcrypto/tomsfastmath/mess.sh [deleted file]
lib/hcrypto/tomsfastmath/mpi.c [deleted file]
lib/hcrypto/tomsfastmath/mtest/makefile [deleted file]
lib/hcrypto/tomsfastmath/mtest/mtest.c [deleted file]
lib/hcrypto/tomsfastmath/parsenames.pl [deleted file]
lib/hcrypto/tomsfastmath/pre_gen/mpi.c [deleted file]
lib/hcrypto/tomsfastmath/random_txt_files/amd64.txt [deleted file]
lib/hcrypto/tomsfastmath/random_txt_files/exptmod_timings.txt [deleted file]
lib/hcrypto/tomsfastmath/random_txt_files/ltm_times.txt [deleted file]
lib/hcrypto/tomsfastmath/random_txt_files/newsqr.txt [deleted file]
lib/hcrypto/tomsfastmath/random_txt_files/old_sqr_times.txt [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_add.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_add_d.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_addmod.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_cmp.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_cmp_d.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_cmp_mag.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_sub.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_sub_d.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/fp_submod.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/s_fp_add.c [deleted file]
lib/hcrypto/tomsfastmath/src/addsub/s_fp_sub.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_init_multi.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_radix_size.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_read_radix.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_read_signed_bin.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_read_unsigned_bin.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_reverse.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_s_rmap.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_signed_bin_size.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_to_signed_bin.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_to_unsigned_bin.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_toradix.c [deleted file]
lib/hcrypto/tomsfastmath/src/bin/fp_unsigned_bin_size.c [deleted file]
lib/hcrypto/tomsfastmath/src/bit/fp_cnt_lsb.c [deleted file]
lib/hcrypto/tomsfastmath/src/bit/fp_count_bits.c [deleted file]
lib/hcrypto/tomsfastmath/src/bit/fp_div_2.c [deleted file]
lib/hcrypto/tomsfastmath/src/bit/fp_div_2d.c [deleted file]
lib/hcrypto/tomsfastmath/src/bit/fp_lshd.c [deleted file]
lib/hcrypto/tomsfastmath/src/bit/fp_mod_2d.c [deleted file]
lib/hcrypto/tomsfastmath/src/bit/fp_rshd.c [deleted file]
lib/hcrypto/tomsfastmath/src/divide/fp_div.c [deleted file]
lib/hcrypto/tomsfastmath/src/divide/fp_div_d.c [deleted file]
lib/hcrypto/tomsfastmath/src/divide/fp_mod.c [deleted file]
lib/hcrypto/tomsfastmath/src/divide/fp_mod_d.c [deleted file]
lib/hcrypto/tomsfastmath/src/exptmod/fp_2expt.c [deleted file]
lib/hcrypto/tomsfastmath/src/exptmod/fp_exptmod.c [deleted file]
lib/hcrypto/tomsfastmath/src/generators/comba_mont_gen.c [deleted file]
lib/hcrypto/tomsfastmath/src/generators/comba_mult_gen.c [deleted file]
lib/hcrypto/tomsfastmath/src/generators/comba_mult_smallgen.c [deleted file]
lib/hcrypto/tomsfastmath/src/generators/comba_sqr_gen.c [deleted file]
lib/hcrypto/tomsfastmath/src/generators/comba_sqr_smallgen.c [deleted file]
lib/hcrypto/tomsfastmath/src/headers/tfm.h [deleted file]
lib/hcrypto/tomsfastmath/src/misc/fp_ident.c [deleted file]
lib/hcrypto/tomsfastmath/src/misc/fp_set.c [deleted file]
lib/hcrypto/tomsfastmath/src/mont/fp_mont_small.i [deleted file]
lib/hcrypto/tomsfastmath/src/mont/fp_montgomery_calc_normalization.c [deleted file]
lib/hcrypto/tomsfastmath/src/mont/fp_montgomery_reduce.c [deleted file]
lib/hcrypto/tomsfastmath/src/mont/fp_montgomery_setup.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_2.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_2d.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_12.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_17.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_20.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_24.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_28.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_3.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_32.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_4.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_48.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_6.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_64.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_7.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_8.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_9.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_comba_small_set.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mul_d.c [deleted file]
lib/hcrypto/tomsfastmath/src/mul/fp_mulmod.c [deleted file]
lib/hcrypto/tomsfastmath/src/numtheory/fp_find_prime.c [deleted file]
lib/hcrypto/tomsfastmath/src/numtheory/fp_gcd.c [deleted file]
lib/hcrypto/tomsfastmath/src/numtheory/fp_invmod.c [deleted file]
lib/hcrypto/tomsfastmath/src/numtheory/fp_isprime.c [deleted file]
lib/hcrypto/tomsfastmath/src/numtheory/fp_lcm.c [deleted file]
lib/hcrypto/tomsfastmath/src/numtheory/fp_prime_miller_rabin.c [deleted file]
lib/hcrypto/tomsfastmath/src/numtheory/fp_prime_random_ex.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_12.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_17.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_20.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_24.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_28.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_3.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_32.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_4.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_48.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_6.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_64.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_7.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_8.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_9.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_generic.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqr_comba_small_set.c [deleted file]
lib/hcrypto/tomsfastmath/src/sqr/fp_sqrmod.c [deleted file]
lib/hcrypto/tomsfastmath/tfm.tex [deleted file]
lib/hcrypto/tomsfastmath/updatemakes.sh [deleted file]
lib/hcrypto/version-script.map