comparison tommath_class.h @ 283:bd240aa12ba7 libtommath-dropbear

* Changes imported from Dropbear 0.47. * bn_mp_clear.c is changed so that some vars are volatile, so that the compiler won't optimise away
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Mar 2006 13:22:52 +0000
parents 91fbc376f010
children fa7a368e12b1
comparison
equal deleted inserted replaced
282:91fbc376f010 283:bd240aa12ba7
990 #include <tommath_superclass.h> 990 #include <tommath_superclass.h>
991 #include <tommath_class.h> 991 #include <tommath_class.h>
992 #else 992 #else
993 #define LTM_LAST 993 #define LTM_LAST
994 #endif 994 #endif
995
996 /* Dropbear doesn't need these. */
997 #undef BN_MP_KARATSUBA_MUL_C
998 #undef BN_MP_KARATSUBA_SQR_C
999 #undef BN_MP_TOOM_MUL_C
1000 #undef BN_MP_TOOM_SQR_C