From 846e60292efeaa16eb4fcd46ebe5c7264a471892 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Sat, 8 Oct 2022 00:49:07 +0300 Subject: [PATCH] style: update diagram position --- src/protocol_spec.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/protocol_spec.md b/src/protocol_spec.md index fd4e1f0..3a100cf 100644 --- a/src/protocol_spec.md +++ b/src/protocol_spec.md @@ -4,6 +4,12 @@ ___ + +![alt text](./images/rln-circuit.png) +

+ Under the hood: The RLN Circom Circuit +

+ **RLN** consists of three parts: * User registration * User interaction (signaling) @@ -48,7 +54,3 @@ Now, imagine there are a lot of users sending messages, and after each received Also, in our example (and [zk-chat](https://github.com/njofce/zk-chat) implementation), we use linear polynomial, but [SSS](sss.md) allows us to use various degree polynomials; therefore we can implement a protocol, where more than one signal (message) can be sent in per epoch. To learn more, check out the [specification](https://hackmd.io/7GR5Vi28Rz2EpEmLK0E0Aw?view); there are also [circuits](https://github.com/privacy-scaling-explorations/rln/tree/master/circuits) implemented for various degree polynomials too. - -# Diagram - -![alt text](./images/rln-circuit.png) \ No newline at end of file