diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-18 14:04:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-18 14:04:41 (GMT) |
commit | 12c8a0c839bb180c7a5ae3c49479534591a0d9c9 (patch) | |
tree | c8e664970ce7eb9e1e7ebbd4f6c399310632f7af /libtommath/changes.txt | |
parent | 6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e (diff) | |
download | tcl-12c8a0c839bb180c7a5ae3c49479534591a0d9c9.zip tcl-12c8a0c839bb180c7a5ae3c49479534591a0d9c9.tar.gz tcl-12c8a0c839bb180c7a5ae3c49479534591a0d9c9.tar.bz2 |
update libtommath to v1.2.0-rc2, with a few additional fixes.
Diffstat (limited to 'libtommath/changes.txt')
-rw-r--r-- | libtommath/changes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtommath/changes.txt b/libtommath/changes.txt index c49429d..6f44409 100644 --- a/libtommath/changes.txt +++ b/libtommath/changes.txt @@ -24,6 +24,9 @@ v1.2.0 -- Provide a whole set of setters&getters for different primitive types (long, uint32_t, etc.) -- All those primitive setters are now optimized. -- It's possible to automatically tune the cutoff values for Karatsuba&Toom-Cook + -- The custom allocators which were formerly known as XMALLOC(), XFREE() etc. are now available + as MP_MALLOC(), MP_REALLOC(), MP_CALLOC() and MP_FREE(). MP_REALLOC() and MP_FREE() now also + provide the allocated size to ease the usage of simple allocators without tracking. -- Added mp_decr() and mp_incr() -- Added mp_log_u32() -- Improved prime-checking |