Mercurial > dropbear
comparison tommath_superclass.h @ 386:97db060d0ef5 libtommath-orig libtommath-0.40
Update to LibTomMath 0.40
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 03:11:15 +0000 |
parents | 91fbc376f010 |
children |
comparison
equal
deleted
inserted
replaced
282:91fbc376f010 | 386:97db060d0ef5 |
---|---|
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 $ */ |