From 86e76c92a5b08ebfa3b38ee6fc4c0ac53536a4a0 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Wed, 9 Apr 2025 17:19:17 -0600 Subject: [PATCH] adding circom-witnessgen --- .gitmodules | 5 +++++ vendor/circom-witnessgen | 1 + 2 files changed, 6 insertions(+) create mode 160000 vendor/circom-witnessgen diff --git a/.gitmodules b/.gitmodules index dce39223..ceab9072 100644 --- a/.gitmodules +++ b/.gitmodules @@ -244,3 +244,8 @@ [submodule "vendor/nim-goldilocks-hash"] path = vendor/nim-goldilocks-hash url = https://github.com/codex-storage/nim-goldilocks-hash.git + ignore = untracked + branch = master +[submodule "vendor/circom-witnessgen"] + path = vendor/circom-witnessgen + url = https://github.com/codex-storage/circom-witnessgen.git diff --git a/vendor/circom-witnessgen b/vendor/circom-witnessgen new file mode 160000 index 00000000..2420269d --- /dev/null +++ b/vendor/circom-witnessgen @@ -0,0 +1 @@ +Subproject commit 2420269dc47ed2cdf376051976e7c61310f48c2c