From c791772b31e78c8fc1536e1928309b81b48a296a Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Tue, 14 May 2024 00:30:30 +0100 Subject: [PATCH] add RLN link --- docs/learn/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/glossary.md b/docs/learn/glossary.md index 42353e6..22e8b74 100644 --- a/docs/learn/glossary.md +++ b/docs/learn/glossary.md @@ -99,7 +99,7 @@ Publish/Subscribe (Pub/Sub) is an asynchronous messaging pattern where publisher A Pub/Sub topic is a string that serves as an identifier for the topic of interest among [GossipSub](#gossipsub) peers. Peers interested in the same topic are likely to maintain a connection and forward messages received on that topic. -### Rate limit nullifiers +### [Rate limit nullifiers](https://rate-limiting-nullifier.github.io/rln-docs/) Rate Limit Nullifiers (RLN) are a construct based on zero-knowledge proofs that enables rate limiting functionality while preserving the users's anonymity.