-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all repos to master after changes to multiprecision were merged.
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule hash
updated
21 files
Submodule algebra
updated
11 files
Submodule multiprecision
updated
14 files
Submodule zk
updated
20 files
Submodule math
updated
15 files
Submodule multiprecision
updated
338 files
Submodule pubkey
updated
9 files
+13 −0 | .github/workflows/publish-results.yml | |
+43 −0 | .github/workflows/pull-request-action.yml | |
+20 −0 | .github/workflows/pull-request.yml | |
+0 −101 | .github/workflows/run_tests.yml | |
+6 −6 | include/nil/crypto3/pubkey/ecdsa.hpp | |
+25 −7 | include/nil/crypto3/pubkey/eddsa.hpp | |
+19 −1 | test/CMakeLists.txt | |
+138 −139 | test/bls.cpp | |
+31 −31 | test/ecdsa.cpp |
Submodule zk
updated
35 files