Zerokit's RLN wrappers and implementation in Go
Go to file
Richard Ramos c72ffd302c chore: upgrade zerokit 2023-03-31 11:16:49 -04:00
libs chore: upgrade zerokit 2023-03-31 11:16:49 -04:00
rln chore: upgrade zerokit 2023-03-31 11:16:49 -04:00
scripts chore: upgrade zerokit 2023-03-31 11:16:49 -04:00
zerokit@c319f32a1e chore: upgrade zerokit 2023-03-31 11:16:49 -04:00
.gitignore Initial commit 2022-08-26 12:03:30 -04:00
.gitmodules feat: initial version with linux and android support (#1) 2022-09-07 15:15:43 -04:00
LICENSE chore: add iOS libraries (#2) 2022-09-07 15:19:28 -04:00
Makefile feat: initial version with linux and android support (#1) 2022-09-07 15:15:43 -04:00
README.md feat: insert multiple members 2022-11-26 16:50:18 -04:00
cbindgen.toml feat: initial version with linux and android support (#1) 2022-09-07 15:15:43 -04:00
go.mod feat: insert multiple members 2022-11-26 16:50:18 -04:00
go.sum feat: initial version with linux and android support (#1) 2022-09-07 15:15:43 -04:00

README.md

go-zerokit-rln

Go wrappers for zerokit's RLN

Building this library

git clone https://github.com/waku-org/go-zerokit-rln
cd go-zerokit-rln
git submodule init
git submodule update --recursive
make

To generate smaller static libraries, before make, edit ./zerokit/rln/Cargo.toml and use branch = "no-ethers-core" for ark-circom