• Home
  • Raw
  • Download

Lines Matching refs:v0

2 v0.40  -- Updated makefile to properly support LIBNAME
6 v0.39 -- Jim Wigginton pointed out my Montgomery examples in figures 6.4 and 6.6 were off by one, …
13 v0.38 -- broken makefile.shared fixed
17 v0.37 -- [Don Porter] reported on a TCL list [HEY SEND ME BUGREPORTS ALREADY!!!] that mp_add_d() w…
23 v0.36 -- LTM_PRIME_2MSB_ON was fixed and the "OFF" flag was removed.
35 v0.35 -- Stupid XOR function missing line again... oops.
46 v0.34 -- Fixed two more small errors in mp_prime_random_ex()
58 v0.33 -- Fixed "small" variant for mp_div() which would munge with negative dividends...
67 v0.32 -- Added "makefile.shared" for shared object support
82 v0.31 -- "profiled" builds now :-) new timings for Intel Northwoods
91 v0.30 -- Added "mp_toradix_n" which stores upto "n-1" least significant digits of an mp_int
110 v0.29 ++ Note: "Henrik" from the v0.28 changelog refers to Henrik Goldman ;-)
121 v0.28 -- Henrik Goldman suggested I add casts to the montomgery code [stores into mu...] so compil…
142 v0.27 -- Removed changes.txt~ which was made by accident since "kate" decided it was
151 v0.26 -- Fixed typo that caused warning with GCC 3.2
161 v0.25 -- Fix to mp_gcd again... oops (0,-a) == (-a, 0) == a
174 v0.24 -- Optimized mp_add_d and mp_sub_d to not allocate temporary variables
183 v0.23 -- Optimized mp_prime_next_prime() to not use mp_mod [via is_divisible()] in each
201 v0.22 -- Fixed up mp_invmod so the result is properly in range now [was always congruent to the in…
212 v0.21 -- Fixed bug in mp_mul_d which would not handle sign correctly [would not always forward it]
216 v0.20 -- Removed the book from the package. Added the TDCAL license document.
217 …-- This release is officially pure-bred TDCAL again [last officially TDCAL based release was v0.16]
220 v0.19 -- Fixed a bug in mp_montgomery_reduce() which was introduced when I tweaked mp_rshd() in th…
227 v0.18 -- Fixed a bug in s_mp_sqr which would handle carries properly just not very elegantly.
239 v0.17 -- Benjamin Goldberg submitted optimized mp_add and mp_sub routines. A new gen.pl as well
273 v0.16 -- Sped up mp_div by making normalization one shift call
279 v0.15 -- Added series of prime testing routines to lib
290 v0.14 -- Tons of manual updates
303 v0.13 -- tons of minor speed-ups in low level add, sub, mul_2 and div_2 which propagate
309 v0.12 -- re-wrote the majority of the makefile so its more portable and will
319 v0.11 -- More subtle fixes
325 v0.10 -- Pekka Riikonen suggested fixes to the radix conversion code.
330 v0.09 -- Updated the manual to reflect recent changes. :-)
335 v0.08 -- Sped up the multipliers by moving the inner loop variables into a smaller scope
343 v0.07 -- Removed alot of heap operations from core functions to speed them up
348 v0.06 -- Sped up the s_mp_add, s_mp_sub which inturn sped up mp_invmod, mp_exptmod, etc...
352 v0.05 -- Builds with MSVC out of the box
365 v0.04 -- Fixed a memory leak in mp_to_unsigned_bin
372 v0.03 -- Sped up s_mp_mul_high_digs by not computing the carries of the lower digits
384 v0.02 -- Fixed a few "slips" in the manual. This is "LibTomMath" afterall :-)
389 v0.01 -- Initial release. Gimme a break.