doc: note about semaphore compatibility

This commit is contained in:
fryorcraken.eth 2023-02-24 15:34:49 +11:00
parent ed22a3f66b
commit 45d1b28286
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 0 deletions

View File

@ -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