-
Notifications
You must be signed in to change notification settings - Fork 42
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 #652 from fedddddd/dependabot/submodules/deps/libt…
…ommath-138309c Bump deps/libtommath from `8314bde` to `138309c`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libtommath
updated
16 files
+4 −4 | .github/workflows/main.yml | |
+14 −1 | .gitignore | |
+17 −1 | CMakeLists.txt | |
+8 −2 | README.md | |
+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 | |
+6 −1 | tommath_private.h |