Daniel Mendler
a8239c2465
deprecate mp_get_bit
...
The return type of mp_get_bit was imprecise (either mp_err or mp_bool),
therefore this function is deprecated in favor of s_mp_get_bit for now.
If we need s_mp_get_bit to be public, we should add it under a different
name. However since mp_set_bit is not available, I don't think there any
downstream users (ab)using mp_int as bitsets.
2019-05-18 10:03:47 +02:00
Daniel Mendler
56e7a40123
deprecate mp_jacobi
2019-05-18 10:03:46 +02:00
Daniel Mendler
2a2e2716c2
move jenkins prng to bn_s_mp_rand_jenkins.c
2019-05-12 23:45:36 +02:00
Daniel Mendler
c8cc3657e7
mov s_mp_rand_source_platform to separate file
2019-05-12 23:45:36 +02:00
Daniel Mendler
483f66c64a
remove some historical artifacts
...
* pretty.build: build system is already pretty baroque and we are
not using this anywhere in CI etc.
* rename.sh: only used for internal renaming. can be retrieved from
git history if needed again.
* tombc/grammer.txt: ?
2019-05-11 08:39:55 +02:00
Daniel Mendler
0669e92e78
deprecate mp_prime_random_ex in favor of mp_prime_rand
...
We can use the internal mp_rand generator now, since it generates
numbers which are safe for crypto purposes.
2019-05-11 00:48:48 +02:00
czurnieden
db76bed220
added autotuning functionality for the Toom-Cook cut-offs
2019-05-06 23:29:08 +02:00
Daniel Mendler
818d8fb7f5
Rework handling of tunable cutoffs
...
* In the default settings, a cutoff X can be modified at runtime
by adjusting the corresponding X_CUTOFF variable.
* Tunability of the library can be disabled at compile time
by defining the MP_FIXED_CUTOFFS macro.
* There is an additional file tommath_cutoffs.h, which defines
the default cutoffs. These can be adjusted manually or by the
autotuner.
2019-05-04 13:08:37 +02:00
Daniel Mendler
fbfcb66184
apply rename
2019-04-12 14:56:29 +02:00
nijtmans
5968263bc4
Rename bn_error.c to bn_mp_error_to_string.c
2019-04-10 14:49:59 +02:00
czurnieden
35311aea49
added function mp_ilogb
2019-04-09 21:59:59 +02:00
czurnieden
27ca25cb82
added multiplcation balancing for the Toom-Cook algorithms
2019-04-07 22:15:09 +02:00
Steffen Jaeckel
6dc923efa9
clean-up make astyle
output
2019-04-06 17:45:15 +02:00
czurnieden
769218ccc7
additional functions mp_incr and mp_decr
2019-04-04 07:58:19 +02:00
Daniel Mendler
cd1570bb88
split test suite
2019-03-04 01:02:22 +01:00
Francois Perrad
6ce271c4db
mp_iseven & mp_isodd becomes C functions
2019-02-02 07:39:23 +01:00
Steffen Jaeckel
247e714248
also create versioned PDF's in zipup
2018-12-31 12:13:59 +01:00
Steffen Jaeckel
4f245b0476
Update makefiles etc.
2018-12-25 15:17:12 +01:00
Karel Miko
a16f34f97e
re-sort OBJECTS in makefile*
2018-12-02 13:58:50 +01:00
Daniel Mendler
81cdb9aca2
regenerate files
2018-11-22 12:05:16 +01:00
Daniel Mendler
109bfa57bf
regenerate files
2018-09-10 18:49:10 +02:00
Steffen Jaeckel
89f2bfea83
improve build
...
* don't export .travis.yml
* make 'astyle' on 'zipup'
2018-04-11 23:35:43 +02:00
Steffen Jaeckel
7781472696
generate pre_gen/mpi.c on zipup
2018-04-11 23:35:43 +02:00
Steffen Jaeckel
1a00b42c47
add fixme-check to zipup make-target
2018-02-27 23:30:43 +01:00
Steffen Jaeckel
c69c3907c3
rename timing demo
2018-02-27 23:30:43 +01:00
Francois Perrad
eb0a4b1f93
run perlcritic against booker.pl
2017-12-08 06:49:00 +01:00
Francois Perrad
08741a141c
run astyle
2017-12-06 16:30:45 +01:00
Steffen Jaeckel
d5328bfade
create a travis build matrix
2017-10-19 11:47:29 +02:00
Steffen Jaeckel
5aec0c4094
add astyle
make target
2017-09-15 12:47:06 +02:00
Steffen Jaeckel
957f161890
update makefiles
2017-08-28 17:04:18 +02:00
Steffen Jaeckel
a29e9fa7c4
add uninstall make-target
...
[skip ci]
2017-08-28 15:56:30 +02:00
Steffen Jaeckel
237b49ad4a
correct usage of DESTDIR, PREFIX, etc. for the install make-target
...
[skip ci]
2017-08-28 15:56:12 +02:00
Steffen Jaeckel
14c79a2c18
update coveralls make-target
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
141a98931e
fixup install and clean
2017-05-10 11:37:48 +02:00
Steffen Jaeckel
ddddcf2e71
move all documentation to doc/
2017-05-09 14:01:11 +02:00
Francois Perrad
38fe9eec7c
sanitize some Perl scripts
...
(Perl4 is gone)
2017-04-09 01:04:07 +02:00
Steffen Jaeckel
a7d5af27a3
fix testme.sh and compilation
2017-04-01 00:34:19 +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
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
Tom St Denis
dd82833cde
Disable optimizations for mtest due to bug(s) in mpi.c causing it to fail checked against tfm/external
2016-01-31 12:54:06 -05:00
Steffen Jaeckel
d07425e670
'make coverage' create the same results for regular and shared makefile
2016-01-13 23:23:19 +01:00
Steffen Jaeckel
f9a6e0bf2f
Move coveralls make target to makefile
...
...as it doesn't work for makefile.shared ...
2015-12-25 19:47:49 +01:00
Dennis Fateyev
8fde8fa41b
Improve package version assignment
2015-12-25 19:23:46 +01:00
Steffen Jaeckel
087d2b4cf1
refactor & clean-up makefiles
2015-12-12 20:19:15 +01:00
Tom St Denis
53f1b93595
Updated zipup to support git and simplified it somewhat.
...
I removed gpg use right now since I don't have a gpg key anyways ...
Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
2015-11-13 14:56:05 -05:00
Steffen Jaeckel
b98147c972
update install steps in makefiles
...
- add tommath_private.h to HEADERS
- only install public header files
- move more shared stuff to makefile.include
- make it possible to override the *PATH makefile variables
2015-11-12 02:02:18 +01:00