-
Notifications
You must be signed in to change notification settings - Fork 0
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 #95 from diamante0018/dependabot/submodules/deps/l…
…ibtommath-7f39a72 build(deps): bump deps/libtommath from `8314bde` 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
12 files
+14 −1 | .gitignore | |
+9 −0 | demo/test.c | |
+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 | mp_prime_rand.c | |
+9 −2 | mp_reduce_is_2k.c |