diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-14 13:54:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-14 13:54:14 (GMT) |
commit | 46007941c79dfbd5c661d1f46888db7d54730d2e (patch) | |
tree | e3f0f94458defb37e90e3cc843be9b9a860db619 /libtommath | |
parent | 1759dbcb17836e55711379bf352ac05e360b6783 (diff) | |
download | tcl-46007941c79dfbd5c661d1f46888db7d54730d2e.zip tcl-46007941c79dfbd5c661d1f46888db7d54730d2e.tar.gz tcl-46007941c79dfbd5c661d1f46888db7d54730d2e.tar.bz2 |
Fix tommath.lib, which is missing some (deprecated) symbols.
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/tommath.def | 11 | ||||
-rw-r--r-- | libtommath/win64-arm/tommath.lib | bin | 26734 -> 28856 bytes |
2 files changed, 11 insertions, 0 deletions
diff --git a/libtommath/tommath.def b/libtommath/tommath.def index 229fae4..879767f 100644 --- a/libtommath/tommath.def +++ b/libtommath/tommath.def @@ -143,3 +143,14 @@ EXPORTS mp_unpack mp_xor mp_zero + s_mp_mul_digs + s_mp_sub + s_mp_add + s_mp_toom_mul + s_mp_mul_digs_fast + s_mp_karatsuba_mul + s_mp_sqr_fast + s_mp_reverse + s_mp_karatsuba_sqr + s_mp_toom_sqr + s_mp_sqr diff --git a/libtommath/win64-arm/tommath.lib b/libtommath/win64-arm/tommath.lib Binary files differindex 2721c6c..f14fbe7 100644 --- a/libtommath/win64-arm/tommath.lib +++ b/libtommath/win64-arm/tommath.lib |