mirror of
https://github.com/vacp2p/gnark-rln.git
synced 2026-01-09 04:58:05 -05:00
rename to gnark-rln
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# g-rln
|
# gnark-rln
|
||||||
|
|
||||||
gnark implementation of rln-v2. super hacky and unclean.
|
gnark implementation of rln-v2. super hacky and unclean.
|
||||||
|
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module github.com/rymnc/g-rln
|
module github.com/rymnc/gnark-rln
|
||||||
|
|
||||||
go 1.22.1
|
go 1.22.1
|
||||||
|
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -6,7 +6,7 @@ import (
|
|||||||
"github.com/consensys/gnark/backend/groth16"
|
"github.com/consensys/gnark/backend/groth16"
|
||||||
"github.com/consensys/gnark/frontend"
|
"github.com/consensys/gnark/frontend"
|
||||||
"github.com/consensys/gnark/frontend/cs/r1cs"
|
"github.com/consensys/gnark/frontend/cs/r1cs"
|
||||||
rln "github.com/rymnc/g-rln/rln"
|
rln "github.com/rymnc/gnark-rln/rln"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user