From 45d1b2828699f92186993b455fc5e8fa44b2c145 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 24 Feb 2023 15:34:49 +1100 Subject: [PATCH] doc: note about semaphore compatibility --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 875f5e3..00cb897 100644 --- a/README.md +++ b/README.md @@ -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/). 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**. ### Waku Interfaces