mirror of https://github.com/waku-org/js-rln.git
doc: note about semaphore compatibility
This commit is contained in:
parent
ed22a3f66b
commit
45d1b28286
|
@ -9,6 +9,8 @@ This browser library enables the usage of RLN with Waku, as specified in the [Wa
|
||||||
The RLN cryptographic function are provided by [zerokit](https://github.com/vacp2p/zerokit/).
|
The RLN cryptographic function are provided by [zerokit](https://github.com/vacp2p/zerokit/).
|
||||||
This is imported via the `@waku/zerokit-rln-wasm` dependencies which contains a WASM extract of zerokit's RLN functions.
|
This is imported via the `@waku/zerokit-rln-wasm` dependencies which contains a WASM extract of zerokit's RLN functions.
|
||||||
|
|
||||||
|
Note that RLN Credentials generated with `zerokit`, and hence `@waku/rln`, are compatible with semaphore credentials.
|
||||||
|
|
||||||
Note that the WASM blob uses browser APIs, **NodeJS is not supported**.
|
Note that the WASM blob uses browser APIs, **NodeJS is not supported**.
|
||||||
|
|
||||||
### Waku Interfaces
|
### Waku Interfaces
|
||||||
|
|
Loading…
Reference in New Issue