-
Notifications
You must be signed in to change notification settings - Fork 36
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
aacd7ac
commit b48880a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libBLS
updated
15 files
+1 −1 | .clang-format | |
+14 −0 | .github/workflows/clang-format-check.yml | |
+11 −12 | .github/workflows/nightly.yml | |
+1 −1 | .github/workflows/publish.yml | |
+271 −233 | .github/workflows/test.yml | |
+59 −57 | CMakeLists.txt | |
+1 −1 | cmake/BlsFindClangFormat.cmake | |
+4 −1 | deps/build.sh | |
+27 −26 | python/dkgpython.cpp | |
+2 −2 | test/test_bls.cpp | |
+2 −2 | test/unit_tests_bls.cpp | |
+4 −4 | test/unit_tests_dkg.cpp | |
+122 −45 | third_party/json.hpp | |
+0 −1 | threshold_encryption/CMakeLists.txt | |
+2 −2 | tools/utils.cpp |