comparison src/headers/tommath_superclass.h @ 209:39d5d58461d6 libtomcrypt-orig LTC_1.05

Import of libtomcrypt 1.05
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 03:53:40 +0000
parents 1c15b283127b
children
comparison
equal deleted inserted replaced
191:1c15b283127b 209:39d5d58461d6
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 $ */