Mercurial > dropbear
changeset 1723:5386011b740d
Disable toom and karatsuba for new libtommath
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 18 Jun 2020 19:12:07 +0800 |
parents | 912c8ca0728f |
children | ca75bb513359 |
files | libtommath/tommath_class.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libtommath/tommath_class.h Mon Jun 15 23:51:45 2020 +0800 +++ b/libtommath/tommath_class.h Thu Jun 18 19:12:07 2020 +0800 @@ -1312,6 +1312,10 @@ #undef BN_MP_KARATSUBA_SQR_C #undef BN_MP_TOOM_MUL_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" #define MP_MALLOC m_malloc