From 11114ca1cdd910cc3b4d69f8ef55f32049b8dc00 Mon Sep 17 00:00:00 2001 From: ksr Date: Mon, 25 Sep 2023 12:29:10 +0200 Subject: [PATCH] update Vac ACZ roadmap Signed-off-by: ksr --- content/vac/acz/rlnp2p/waku/rln-multi-epoch-constraints.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/vac/acz/rlnp2p/waku/rln-multi-epoch-constraints.md b/content/vac/acz/rlnp2p/waku/rln-multi-epoch-constraints.md index f819a64ab..03ae5a109 100644 --- a/content/vac/acz/rlnp2p/waku/rln-multi-epoch-constraints.md +++ b/content/vac/acz/rlnp2p/waku/rln-multi-epoch-constraints.md @@ -30,11 +30,11 @@ gantt ### Description -Currenly, RLN v1 allows for a fixed message rate of 1/msg per epoch while RLN v2 allows for n msgs/epoch. -The goal of this milestone is desiging the key derivation and related crypto for allowing several n msgs/epoch constraints. +Currently, RLN v1 allows for a fixed message rate of 1/msg per epoch while RLN v2 allows for n msgs/epoch. +The goal of this milestone is designing the key derivation and related cryptographic components for allowing several n msgs/epoch constraints. For example: 24 msg / day && 1 msg/10 seconds. -The nullifier defined in https://rfc.vac.dev/spec/32/#slashing-and-shamirs-secret-sharing has to be adapted accordingly. +* the nullifier defined in the [RLN RFC](https://rfc.vac.dev/spec/32/#slashing-and-shamirs-secret-sharing) has to be adapted accordingly. ### Justification