mirror of
https://github.com/vacp2p/gnark-rln.git
synced 2026-01-08 20:48:04 -05:00
11 lines
193 B
Markdown
11 lines
193 B
Markdown
# g-rln
|
|
|
|
gnark implementation of rln-v2. super hacky and unclean.
|
|
|
|
Need to get kats from zerokit and replace the circuit assertions for y, root, nullifier.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
go run main.go
|
|
``` |