comparison src/headers/tommath_superclass.h @ 210:4768b55c5240 libtomcrypt

propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 33c416b902f1a44913d825bae7ad9a160f703ed3) to branch 'au.asn.ucc.matt.dropbear.ltc' (head 4d6aec6e6121e13f68c11c149b6579c41cb63e74)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 12:10:23 +0000
parents 39d5d58461d6
children
comparison
equal deleted inserted replaced
199:8be64e2c86f4 210:4768b55c5240
1 /* super class file for PK algos */ 1 /* super class file for PK algos */
2 2
3 /* default ... include all MPI */ 3 /* default ... include all MPI */
4 #ifndef SC_RSA_1
5
4 #define LTM_ALL 6 #define LTM_ALL
5 7
8 #endif
9
6 /* RSA only (does not support DH/DSA/ECC) */ 10 /* RSA only (does not support DH/DSA/ECC) */
7 // #define SC_RSA_1 11 /* #define SC_RSA_1 */
8 12
9 /* For reference.... On an Athlon64 optimizing for speed... 13 /* For reference.... On an Athlon64 optimizing for speed...
10 14
11 LTM's mpi.o with all functions [striped] is 142KiB in size. 15 LTM's mpi.o with all functions [striped] is 142KiB in size.
12 16
68 #undef BN_S_MP_SQR_C 72 #undef BN_S_MP_SQR_C
69 #undef BN_MP_MONTGOMERY_REDUCE_C 73 #undef BN_MP_MONTGOMERY_REDUCE_C
70 #endif 74 #endif
71 75
72 #endif 76 #endif
77
78 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tommath_superclass.h,v $ */
79 /* $Revision: 1.4 $ */
80 /* $Date: 2005/05/14 13:27:20 $ */