Skip to content

Commit 0f46e92

Browse files
committed
Explain why the replacement in the go.mod
1 parent 6067e86 commit 0f46e92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ go 1.22.3
44

55
toolchain go1.23.4
66

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.
710
replace github.com/iden3/go-rapidsnark => github.com/yetanotherco/go-rapidsnark v0.0.0-20250829135025-99f9f6b11ecc
811

912
replace github.com/iden3/go-rapidsnark/types => github.com/yetanotherco/go-rapidsnark/types v0.0.0-20250829135025-99f9f6b11ecc

0 commit comments

Comments
 (0)