mirror of
https://github.com/logos-messaging/go-zerokit-rln.git
synced 2026-01-02 13:13:11 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6883d9bb26 | ||
|
|
27e095006c |
@ -4,7 +4,7 @@ Go wrappers for [zerokit's RLN](https://github.com/vacp2p/zerokit)
|
||||
|
||||
### Building this library
|
||||
```
|
||||
git clone https://github.com/status-im/go-zerokit-rln
|
||||
git clone https://github.com/waku-org/go-zerokit-rln
|
||||
cd go-zerokit-rln
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
|
||||
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module github.com/status-im/go-zerokit-rln
|
||||
module github.com/waku-org/go-zerokit-rln
|
||||
|
||||
go 1.17
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@ import (
|
||||
"errors"
|
||||
"unsafe"
|
||||
|
||||
"github.com/status-im/go-zerokit-rln/rln/resources"
|
||||
"github.com/waku-org/go-zerokit-rln/rln/resources"
|
||||
)
|
||||
|
||||
// RLN represents the context used for rln.
|
||||
|
||||
2
zerokit
2
zerokit
@ -1 +1 @@
|
||||
Subproject commit b95b151a1c2407c897d486dbab2c480684ae2b7e
|
||||
Subproject commit afa4a09bba1c1d754bc16a069541259e72be4aa0
|
||||
Loading…
x
Reference in New Issue
Block a user