-
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.
- Loading branch information
1 parent
eb9d90f
commit 026a70d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule algebra
updated
5 files
+0 −1 | CMakeLists.txt | |
+0 −3 | include/nil/crypto3/algebra/primes.hpp | |
+0 −2 | test/CMakeLists.txt | |
+2 −6 | test/curves.cpp | |
+1 −5 | test/fields.cpp |
Submodule multiprecision
updated
8 files
+53 −0 | .github/workflows/pull-request.yml | |
+30 −0 | .github/workflows/set_version.yml | |
+394 −339 | test/CMakeLists.txt | |
+23 −0 | test/bench_test/CMakeLists.txt | |
+205 −0 | test/bench_test/bech_test_modular_adaptor_fixed.cpp | |
+0 −0 | test/inverse_cpp_int.cpp | |
+0 −0 | test/modular_adaptor_fixed.cpp | |
+488 −0 | test/modular_adaptor_fixed_test.cpp |