We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6067e86 commit 0f46e92Copy full SHA for 0f46e92
go.mod
@@ -4,6 +4,9 @@ go 1.22.3
4
5
toolchain go1.23.4
6
7
+// Replace with fork that exposes VerifyRaw function for raw byte public inputs.
8
+// The official iden3/go-rapidsnark only provides VerifyGroth16 which expects JSON string
9
+// public inputs, but we need to commit to the raw bytes and VerifyRaw simplifies this work.
10
replace github.com/iden3/go-rapidsnark => github.com/yetanotherco/go-rapidsnark v0.0.0-20250829135025-99f9f6b11ecc
11
12
replace github.com/iden3/go-rapidsnark/types => github.com/yetanotherco/go-rapidsnark/types v0.0.0-20250829135025-99f9f6b11ecc
0 commit comments