From 9f497838f1e1ec22b51237a8edc00808ea4a7fce Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Thu, 6 Jul 2023 22:39:01 +0400 Subject: [PATCH] chore: update research section --- src/SUMMARY.md | 4 ++-- src/kzg_rln.md | 4 ++++ src/noir_rln.md | 2 ++ src/research.md | 5 +++++ src/{protocol_spec.md => rln_in_details.md} | 0 src/{uses.md => rln_uses.md} | 0 6 files changed, 13 insertions(+), 2 deletions(-) rename src/{protocol_spec.md => rln_in_details.md} (100%) rename src/{uses.md => rln_uses.md} (100%) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index f7eea96..dbcc9dd 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,10 +2,10 @@ - [RLN](./rln.md) - [Overview](./overview.md) - [What is RLN](./what_is_rln.md) - - [RLN in details](./protocol_spec.md) + - [RLN in details](./rln_in_details.md) - [Formal spec](./formal_spec.md) - [Smart-contract](./smart_contract.md) - - [RLN Uses](./uses.md) + - [RLN Uses](./rln_uses.md) - [Shamir's Secret Sharing](./sss.md) - [Research](./research.md) - [KZG-RLN](./kzg_rln.md) diff --git a/src/kzg_rln.md b/src/kzg_rln.md index 8739d3b..3cf83ee 100644 --- a/src/kzg_rln.md +++ b/src/kzg_rln.md @@ -1 +1,5 @@ # KZG-RLN + +Read [this post](https://zkresear.ch/t/rln-on-kzg-polynomial-commitment-scheme-cross-posted/114) on zkresear.ch. + +WIP in the [kzg-rln](https://github.com/Rate-Limiting-Nullifier/kzg-rln) repo. \ No newline at end of file diff --git a/src/noir_rln.md b/src/noir_rln.md index 21a2d97..938292f 100644 --- a/src/noir_rln.md +++ b/src/noir_rln.md @@ -1 +1,3 @@ # Noir-RLN + +WIP in the [noir-rln](https://github.com/Rate-Limiting-Nullifier/noir-rln) repo. \ No newline at end of file diff --git a/src/research.md b/src/research.md index 33e1c44..da48b95 100644 --- a/src/research.md +++ b/src/research.md @@ -1 +1,6 @@ # Research + +In addition to production-ready **circom-rln** version of RLN protocol, there is also wip on **RLN** R&D to reduce proving time and have bigger choice of implementations. +For now you can follow the work on: +* [kzg-rln](./kzg_rln.md); +* [noir-rln](./noir_rln.md). \ No newline at end of file diff --git a/src/protocol_spec.md b/src/rln_in_details.md similarity index 100% rename from src/protocol_spec.md rename to src/rln_in_details.md diff --git a/src/uses.md b/src/rln_uses.md similarity index 100% rename from src/uses.md rename to src/rln_uses.md