Disable toom and karatsuba for new libtommath

This commit is contained in:
Matt Johnston 2020-06-18 19:12:07 +08:00
parent 5b68d117c2
commit 10e119f638

View File

@ -1312,6 +1312,10 @@
#undef BN_MP_KARATSUBA_SQR_C #undef BN_MP_KARATSUBA_SQR_C
#undef BN_MP_TOOM_MUL_C #undef BN_MP_TOOM_MUL_C
#undef BN_MP_TOOM_SQR_C #undef BN_MP_TOOM_SQR_C
#undef BN_S_MP_KARATSUBA_MUL_C
#undef BN_S_MP_KARATSUBA_SQR_C
#undef BN_S_MP_TOOM_MUL_C
#undef BN_S_MP_TOOM_SQR_C
#include "dbmalloc.h" #include "dbmalloc.h"
#define MP_MALLOC m_malloc #define MP_MALLOC m_malloc