Steffen Jaeckel
|
5ade6248ff
|
always use the same order of objects to create the library
|
2017-08-26 11:12:03 +02:00 |
|
Steffen Jaeckel
|
8a6a892c42
|
fix manual creation
|
2017-08-26 11:12:03 +02:00 |
|
Steffen Jaeckel
|
7cc18ffd11
|
rename/move some files; fix some stuff regarding this
|
2017-08-26 11:12:03 +02:00 |
|
Steffen Jaeckel
|
edb72ca04b
|
Merge pull request #79 from mkj/init_size
initialise with appropriate size
|
2017-06-25 16:32:50 +02:00 |
|
Matt Johnston
|
f515ef955a
|
initialise with appropriate size
|
2017-06-24 22:48:10 +08:00 |
|
Steffen Jaeckel
|
ec6bebf157
|
update travis notifications
|
2017-06-06 23:31:30 +02:00 |
|
Steffen Jaeckel
|
72d116a5b6
|
Merge branch 'pr/78' into develop
This closes #78
|
2017-06-06 21:35:08 +02:00 |
|
Steffen Jaeckel
|
96624b3719
|
fixup
|
2017-06-06 21:34:53 +02:00 |
|
Matt Johnston
|
5b8e73a9fc
|
LBL_ERR not _ERR (patch from Ben Gardner)
|
2017-06-06 21:33:20 +02:00 |
|
Steffen Jaeckel
|
b7bf7dada1
|
Merge pull request #77 from serval2412/develop
cppcheck: va_list 'args' used before va_start() was called
|
2017-06-06 21:32:01 +02:00 |
|
Julien Nabet
|
33d74e223b
|
cppcheck: va_list 'args' used before va_start() was called
Remove extra va_end on args in loop since it'll be called when breaking
|
2017-05-14 13:58:32 +02:00 |
|
Steffen Jaeckel
|
141a98931e
|
fixup install and clean
|
2017-05-10 11:37:48 +02:00 |
|
Steffen Jaeckel
|
f40568ba1e
|
add pkg-config file for shared library
|
2017-05-09 14:25:11 +02:00 |
|
Steffen Jaeckel
|
d2e8179c21
|
install per default to /usr/local
|
2017-05-09 14:24:41 +02:00 |
|
Steffen Jaeckel
|
ddddcf2e71
|
move all documentation to doc/
|
2017-05-09 14:01:11 +02:00 |
|
Steffen Jaeckel
|
27115d4b4c
|
use 64-bit detection code from libtomcrypt
|
2017-05-09 14:00:26 +02:00 |
|
Steffen Jaeckel
|
4617de4f7f
|
let's have the same amount of invmod tests than the other tests
|
2017-04-20 13:03:21 +02:00 |
|
Steffen Jaeckel
|
a8b81498d0
|
Fixup 676e7ea488
|
2017-04-11 16:21:36 +02:00 |
|
Steffen Jaeckel
|
e8e8fc4ccb
|
improve testme.sh
|
2017-04-11 11:43:45 +02:00 |
|
Steffen Jaeckel
|
ff7603a309
|
run tests for all MP configurations
|
2017-04-10 16:46:19 +02:00 |
|
Steffen Jaeckel
|
712b359764
|
fix mp_rand() for MP_{8,16}BIT
|
2017-04-10 16:46:18 +02:00 |
|
Steffen Jaeckel
|
db66145774
|
improve testme.sh
|
2017-04-10 16:46:18 +02:00 |
|
Steffen Jaeckel
|
3ab918e7ea
|
update tommath_class.h
|
2017-04-09 01:04:07 +02:00 |
|
Steffen Jaeckel
|
0cc303863f
|
update callgraph
|
2017-04-09 01:04:07 +02:00 |
|
Steffen Jaeckel
|
1f01ae5435
|
Merge branch 'fp/perlcritic' into develop
|
2017-04-09 01:04:07 +02:00 |
|
Steffen Jaeckel
|
2bc7bdbb3f
|
Merge branch 'pr/55' into develop
This closes #55
|
2017-04-09 01:04:07 +02:00 |
|
Francois Perrad
|
38fe9eec7c
|
sanitize some Perl scripts
(Perl4 is gone)
|
2017-04-09 01:04:07 +02:00 |
|
Steffen Jaeckel
|
c17c47715a
|
allow external define of MP_GEN_RANDOM
|
2017-04-09 01:04:07 +02:00 |
|
Matt Johnston
|
27e6485995
|
Avoid temporary
|
2017-04-09 01:04:07 +02:00 |
|
Karel Miko
|
393a527364
|
fix fast_mp_invmod() not being able to handle case where b=1
This closes #67
|
2017-04-09 01:03:53 +02:00 |
|
Steffen Jaeckel
|
bc11ea7585
|
don't include static function in callgraph
|
2017-04-09 01:02:41 +02:00 |
|
Steffen Jaeckel
|
2dad1298ad
|
only define MIN/MAX if they are not defined yet
This closes #72
|
2017-04-01 00:35:03 +02:00 |
|
Steffen Jaeckel
|
a7d5af27a3
|
fix testme.sh and compilation
|
2017-04-01 00:34:19 +02:00 |
|
Steffen Jaeckel
|
b8527e92f8
|
Merge branch 'fix/56' into develop
This closes #56 and #57
|
2016-10-10 00:48:15 +02:00 |
|
Steffen Jaeckel
|
d5b0f1e993
|
loop&shift until enough random data has been read
|
2016-10-10 00:48:01 +02:00 |
|
Steffen Jaeckel
|
7cf5c050e2
|
make sure the entire mp_digit is filled with random data
|
2016-10-10 00:48:01 +02:00 |
|
Steffen Jaeckel
|
2e1446f936
|
Add testcase for mp_add_d('0',...)
This closes #65
|
2016-06-02 09:52:42 +02:00 |
|
Dmitry Kovalenko
|
62442d4f33
|
Fix mp_add_d()
This closes #64
|
2016-06-02 09:40:55 +02:00 |
|
Steffen Jaeckel
|
0b9e9b5b08
|
improve trivial tests
|
2016-06-02 09:40:05 +02:00 |
|
Dmitry Kovalenko
|
1c3aa803c4
|
Improve readability of mp_exptmod_fast()
This closes #58
|
2016-05-16 12:41:11 +02:00 |
|
Dmitry Kovalenko
|
5f8fb25f64
|
fix memory leak in mp_init_copy()
This closes #59
|
2016-05-16 12:31:09 +02:00 |
|
Steffen Jaeckel
|
447f7b8148
|
mtest takes a while... don't let travis kill it
|
2016-04-24 13:50:05 +02:00 |
|
Steffen Jaeckel
|
0bccf0eb75
|
show master build state on main pagein readme
|
2016-04-24 13:49:58 +02:00 |
|
Steffen Jaeckel
|
9048c9b6d7
|
also build master on travis
|
2016-04-21 23:09:29 +02:00 |
|
Tom St Denis
|
f551dbc8ac
|
Remove all traces of ulong64 as per comment by Karel M
|
2016-02-03 13:07:27 -05:00 |
|
Tom St Denis
|
5cba7dd8fe
|
consistent version numbers
|
2016-02-03 13:00:45 -05:00 |
|
Steffen Jaeckel
|
09bcf7da97
|
convert line endings for the zip archive
|
2016-02-03 18:14:04 +01:00 |
|
Steffen Jaeckel
|
adf125473f
|
add gpg signatures back to zipup target
|
2016-02-03 18:14:04 +01:00 |
|
Tom St Denis
|
37a92dd079
|
Simplify versioning to drop patch level
|
2016-02-02 11:54:57 -05:00 |
|
Tom St Denis
|
afb4224186
|
Re-added ability to make zip files
|
2016-01-31 14:57:39 -05:00 |
|