comparison libtommath/tommath_superclass.h @ 511:582cb38e4eb5 insecure-nocrypto

propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Nov 2008 13:16:55 +0000
parents 5ff8218bcee9
children 60fc6476e044
comparison
equal deleted inserted replaced
361:461c4b1fb35f 511:582cb38e4eb5
2 2
3 /* default ... include all MPI */ 3 /* default ... include all MPI */
4 #define LTM_ALL 4 #define LTM_ALL
5 5
6 /* RSA only (does not support DH/DSA/ECC) */ 6 /* RSA only (does not support DH/DSA/ECC) */
7 // #define SC_RSA_1 7 /* #define SC_RSA_1 */
8 8
9 /* For reference.... On an Athlon64 optimizing for speed... 9 /* For reference.... On an Athlon64 optimizing for speed...
10 10
11 LTM's mpi.o with all functions [striped] is 142KiB in size. 11 LTM's mpi.o with all functions [striped] is 142KiB in size.
12 12
68 #undef BN_S_MP_SQR_C 68 #undef BN_S_MP_SQR_C
69 #undef BN_MP_MONTGOMERY_REDUCE_C 69 #undef BN_MP_MONTGOMERY_REDUCE_C
70 #endif 70 #endif
71 71
72 #endif 72 #endif
73
74 /* $Source: /cvs/libtom/libtommath/tommath_superclass.h,v $ */
75 /* $Revision: 1.3 $ */
76 /* $Date: 2005/05/14 13:29:17 $ */