2023-03-31 11:16:49 -04:00
2023-03-31 11:16:49 -04:00
2023-03-31 11:16:49 -04:00
2023-03-31 11:16:49 -04:00
2023-03-31 11:16:49 -04:00
2022-08-26 12:03:30 -04:00
2022-11-26 16:50:18 -04:00
2022-09-07 15:19:28 -04:00
2022-11-26 16:50:18 -04:00

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

Description
Zerokit's RLN wrappers and implementation in Go
Readme Apache-2.0
Languages
Go 100%