Zerokit's RLN wrappers and implementation in Go
Go to file
Richard Ramos 8e17fbc3af
feat: insert multiple members
2022-11-26 16:43:00 -04:00
libs feat: insert multiple members 2022-11-26 16:43:00 -04:00
rln feat: insert multiple members 2022-11-26 16:43:00 -04:00
scripts chore: temporarily remove mobile libraries 2022-10-03 20:33:37 -04:00
zerokit@284e51483c feat: insert multiple members 2022-11-26 16:43:00 -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 chore: temporarily remove mobile libraries 2022-10-03 20:33:37 -04:00
cbindgen.toml feat: initial version with linux and android support (#1) 2022-09-07 15:15:43 -04:00
go.mod feat: initial version with linux and android support (#1) 2022-09-07 15:15:43 -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/status-im/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