Files
Sunscreen/.gitmodules
Sam Tay 4a8f3a8fb1 Use https in submodule remotes (#244)
This makes specifying our git repo as a cargo dependency much less painful
2023-05-25 13:58:31 -07:00

22 lines
725 B
Plaintext

[submodule "seal_fhe/SEAL"]
path = seal_fhe/SEAL
url = https://github.com/rickwebiii/SEAL.git
branch = wasm
fetchRecurseSubmodules = true
[submodule "emsdk/emsdk"]
path = emsdk/emsdk
url = https://github.com/emscripten-core/emsdk.git
[submodule "mdBook"]
path = mdBook
url = https://github.com/rickwebiii/mdBook.git
[submodule "rust-playground"]
path = rust-playground
url = https://github.com/Sunscreen-tech/rust-playground.git
branch = sunscreen
[submodule "sunscreen_bulletproofs"]
path = sunscreen_bulletproofs
url = https://github.com/Sunscreen-tech/bulletproofs_zkcrypto.git
[submodule "sunscreen_curve25519"]
path = sunscreen_curve25519
url = https://github.com/Sunscreen-tech/curve25519-dalek-ng.git