-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from alterware/dependabot/submodules/deps/libt…
…ommath-7f39a72 build(deps): bump deps/libtommath from `7f96509` to `7f39a72`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libtommath
updated
24 files
+14 −1 | .gitignore | |
+1 −1 | appveyor.yml | |
+5 −0 | changes.txt | |
+22 −7 | demo/test.c | |
+1 −1 | doc/bn.tex | |
+12 −11 | etc/2kprime.c | |
+11 −9 | etc/drprime.c | |
+0 −9 | etc/drprimes.txt | |
+2 −0 | etc/makefile | |
+3 −1 | etc/mersenne.c | |
+11 −7 | etc/mont.c | |
+110 −302 | etc/pprime.c | |
+4 −0 | makefile | |
+1 −1 | makefile.unix | |
+3 −3 | makefile_include.mk | |
+4 −0 | mp_2expt.c | |
+4 −0 | mp_grow.c | |
+4 −0 | mp_init_size.c | |
+1 −1 | mp_prime_rand.c | |
+9 −2 | mp_reduce_is_2k.c | |
+4 −0 | s_mp_mul.c | |
+4 −0 | s_mp_mul_comba.c | |
+4 −0 | s_mp_mul_high.c | |
+4 −0 | s_mp_mul_high_comba.c |