Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "depends/gtest"]
path = depends/gtest
url = git://github.com/google/googletest.git
url = https://github.com/google/googletest.git
[submodule "depends/ate-pairing"]
path = depends/ate-pairing
url = git://github.com/herumi/ate-pairing.git
url = https://github.com/herumi/ate-pairing.git
[submodule "depends/xbyak"]
path = depends/xbyak
url = git://github.com/herumi/xbyak.git
url = https://github.com/herumi/xbyak.git
[submodule "depends/libsnark-supercop"]
path = depends/libsnark-supercop
url = git://github.com/mbbarbosa/libsnark-supercop.git
url = https://github.com/mbbarbosa/libsnark-supercop.git
[submodule "depends/libff"]
path = depends/libff
url = https://github.com/scipr-lab/libff.git
Expand Down