From 65a26b5671239188aeb7ca2a8d068746ee967298 Mon Sep 17 00:00:00 2001 From: nganhkhoa Date: Fri, 28 Oct 2022 16:07:25 +0700 Subject: [PATCH] setup submodules --- .gitmodules | 9 +++++++++ circom | 1 + circomlib | 1 + snarkjs | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 circom create mode 160000 circomlib create mode 160000 snarkjs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4ca3008 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "snarkjs"] + path = snarkjs + url = https://github.com/iden3/snarkjs +[submodule "circom"] + path = circom + url = git@github.com:nganhkhoa/circom.git +[submodule "circomlib"] + path = circomlib + url = git@github.com:nganhkhoa/circomlib.git diff --git a/circom b/circom new file mode 160000 index 0000000..1384f57 --- /dev/null +++ b/circom @@ -0,0 +1 @@ +Subproject commit 1384f5724e2a21c6a5035cad70ad235b30e0a38b diff --git a/circomlib b/circomlib new file mode 160000 index 0000000..14453ed --- /dev/null +++ b/circomlib @@ -0,0 +1 @@ +Subproject commit 14453ed8b49ca53964bd916f9f48f8d27b1174c6 diff --git a/snarkjs b/snarkjs new file mode 160000 index 0000000..f8e1abc --- /dev/null +++ b/snarkjs @@ -0,0 +1 @@ +Subproject commit f8e1abcbaef7ef13b833911646ec9e25c94c0e00