|
e28c803e
|
2013-04-18T16:36:43
|
|
Fix makefile.shared as proposed in gentoo bug report #376643
c.f. https://bugs.gentoo.org/show_bug.cgi?id=376643
|
|
b678ee77
|
2013-09-03T03:20:16
|
|
Merge pull request #17 from LBg/patch-2
Fix typo on comment
|
|
95356f72
|
2013-09-02T09:52:11
|
|
Fix typo on comment
|
|
26013358
|
2012-11-19T14:56:34
|
|
fixed comment
|
|
63515f04
|
2012-11-19T14:35:20
|
|
Merge branch 'gerdr/fix/mp_radix_size' into develop
|
|
6907f6ca
|
2012-05-11T20:40:32
|
|
fix bug in mp_radix_size()
zero values returned a length of 1, not 2 in case of radix 2
re-ordering the special casing takes care of it
|
|
f87356dc
|
2012-11-19T14:28:56
|
|
fixed bug report sent by @shameister
|
|
8b24998d
|
2012-11-19T12:03:27
|
|
update gitignore
|
|
1bd1320b
|
2012-05-11T14:59:48
|
|
Merge pull request #4 from moritz/negative-mod
Fix mp_mod(a, b, c) if b < 0 and a = n * b, n integer
|
|
4493d851
|
2012-01-09T03:28:22
|
|
Merge pull request #5 from moritz/fix-compilation
fix mp_error_to_string in tommath.h
|
|
fef72c34
|
2012-01-09T06:50:09
|
|
fix mp_error_to_string in tommath.h
|
|
265651b2
|
2012-01-08T20:49:01
|
|
Fix mp_mod(a, b, c) if b < 0 and a = n * b, n integer
it used to return b, now it return 0.
|
|
abb79ebf
|
2011-06-19T15:49:34
|
|
mp_error_to_string: return const char* instead of char*
|
|
fe406736
|
2011-03-23T23:25:15
|
|
fixed compilation error of demo/demo.c because of missing macro LTM_PRIME_2MSB_OFF
|
|
6d20c3c6
|
2011-03-23T23:24:37
|
|
removed flag LTM_PRIME_2MSB_OFF since it's no more available
|
|
2e781717
|
2011-03-23T22:39:17
|
|
Merge remote-tracking branch 'dbussink/master'
|
|
e071a03b
|
2011-03-23T20:14:23
|
|
Squared result was stored in the wrong variable
|
|
2c04cddd
|
2011-01-19T10:21:45
|
|
after multiple objections of libtom users [1], we decided to change licensing
to a dual licensing model.
[1] https://groups.google.com/group/libtom/browse_thread/thread/d7b67bc6410250b3
|
|
1fd9163c
|
2010-12-19T14:02:42
|
|
added typecast in mp_read_radix()
warning was "warning: subscript has type `char'"
|
|
921be357
|
2010-11-26T22:24:23
|
|
Improving performance of bn_mp_expt_d
The loop was always iterating DIGIT_BIT times, instead of
halting when possible. This changes makes sure it executes
less operations. This change has also been incorporated
into Rubinius / https://github.com/evanphx/rubinius which
uses libtommath
|
|
5fc63146
|
2010-10-26T16:02:35
|
|
Re-licensed all code under WTFPL, c.f. http://sam.zoy.org/wtfpl/
|
|
a66c562d
|
2010-07-23T18:40:04
|
|
- changed $ID$ SVN keyword to the correct one $Id$
|
|
6f5bf561
|
2010-07-23T15:20:25
|
|
added "VisualStudio section" in .gitignore
|
|
25aac391
|
2010-07-23T22:13:12
|
|
(wrong version bump in bn.tex, fixed)
Signed-off-by: Mark Karpelès <mark@hell.ne.jp>
|
|
c398483c
|
2010-07-23T22:08:56
|
|
Cleaning up files generated by "make manual" and "make poster" (added them to .gitignore), and version bump to 0.42.0 in bn.tex and makefile
Signed-off-by: Mark Karpelès <mark@hell.ne.jp>
|
|
76b38426
|
2010-07-23T21:47:31
|
|
updated changes.txt
Signed-off-by: Mark Karpelès <mark@hell.ne.jp>
|
|
3ef7ba1b
|
2010-07-23T11:40:42
|
|
updated pre-gen/mpi.c
|
|
9f815fb6
|
2010-07-23T11:15:38
|
|
updated .gitignore
|
|
a53ea341
|
2010-07-15T13:49:00
|
|
Fix for mp_prime_next_prime() bug when checking generated prime
|
|
7d14fd02
|
2010-06-02T15:09:36
|
|
+ allow mp_shrink to shrink initialized, but empty MPI's
|
|
eec4e5c5
|
2009-10-24T20:11:55
|
|
Added project and solution files for Visual Studio 2005 and Visual Studio 2008.
|
|
699efebe
|
2009-10-01T15:49:12
|
|
added .gitignore
|
|
333aebc8
|
2007-04-18T09:58:18
|
|
added libtommath-0.41
|
|
3aba4eac
|
2006-12-24T16:12:36
|
|
added libtommath-0.40
|
|
f0b91a57
|
2006-04-06T19:49:59
|
|
added libtommath-0.39
|
|
21adca01
|
2006-01-26T03:07:36
|
|
added libtommath-0.38
|
|
fde740ea
|
2005-11-18T05:16:19
|
|
added libtommath-0.37
|
|
9294e791
|
2005-08-01T16:37:28
|
|
added libtommath-0.36
|
|
fdfa2f4f
|
2005-03-12T11:55:11
|
|
added libtommath-0.35
|
|
3d0fcaab
|
2005-02-12T08:40:15
|
|
added libtommath-0.34
|
|
4b7111d9
|
2004-12-23T02:40:37
|
|
added libtommath-0.33
|
|
e549ccfe
|
2004-10-29T22:07:18
|
|
added libtommath-0.32
|
|
8eaa9880
|
2004-08-09T22:15:59
|
|
added libtommath-0.31
|
|
350578d4
|
2004-04-11T20:46:22
|
|
added libtommath-0.30
|
|
6c48a9b3
|
2004-01-25T17:40:21
|
|
added libtommath-0.29
|
|
455bb4db
|
2003-12-24T18:59:22
|
|
added libtommath-0.28
|
|
c343371b
|
2003-09-19T22:43:07
|
|
added libtommath-0.27
|
|
6e732340
|
2003-08-29T14:06:56
|
|
added libtommath-0.26
|
|
c1da6aa2
|
2003-08-05T01:24:44
|
|
added libtommath-0.25
|
|
03cc01b5
|
2003-07-16T00:26:58
|
|
added libtommath-0.24
|
|
eed6765f
|
2003-07-12T14:31:43
|
|
added libtommath-0.23
|
|
4c1d3f08
|
2003-07-02T15:39:39
|
|
added libtommath-0.22
|
|
49bef068
|
2003-06-19T10:04:50
|
|
added libtommath-0.21
|
|
0fe7a2d4
|
2003-06-08T20:09:10
|
|
added libtommath-0.20
|
|
ef490f30
|
2003-06-06T19:35:48
|
|
added libtommath-0.19
|
|
0ef44cea
|
2003-05-29T13:35:26
|
|
added libtommath-0.18
|
|
fd181cc8
|
2003-05-17T12:33:54
|
|
added libtommath-0.17
|
|
14161e84
|
2003-03-29T18:16:01
|
|
added libtommath-0.16
|
|
b1756f2f
|
2003-03-22T15:10:20
|
|
added libtommath-0.15
|
|
82f48582
|
2003-03-13T02:11:11
|
|
added libtommath-0.14
|
|
b66471f7
|
2003-02-28T16:09:08
|
|
added libtommath-0.13
|
|
57354e11
|
2003-02-28T16:08:34
|
|
added libtommath-0.12
|
|
fb93a30a
|
2003-02-28T16:07:32
|
|
added libtommath-0.10
|
|
33c50199
|
2003-02-28T16:07:58
|
|
added libtommath-0.11
|
|
40c00add
|
2003-02-28T16:06:56
|
|
added libtommath-0.09
|
|
2cfbb891
|
2003-02-28T16:06:22
|
|
added libtommath-0.08
|
|
3cd70003
|
2003-02-28T16:05:52
|
|
added libtommath-0.07
|
|
16c6ccc6
|
2003-02-28T16:05:26
|
|
added libtommath-0.06
|
|
f89172c3
|
2003-02-28T16:03:48
|
|
added libtommath-0.03
|
|
e051ed15
|
2003-02-28T16:04:18
|
|
added libtommath-0.04
|
|
b01dd94b
|
2003-02-28T16:04:58
|
|
added libtommath-0.05
|
|
390fa39d
|
2003-02-28T16:02:06
|
|
added libtommath-0.01
|
|
8c97c9e1
|
2003-02-28T16:03:08
|
|
added libtommath-0.02
|