From 5905d8f6dc5c2290ead0c1bcf52526fb9e3efb12 Mon Sep 17 00:00:00 2001 From: tuxmain Date: Tue, 6 Aug 2024 14:42:11 +0200 Subject: [PATCH] blsag: fix tr --- content/blog/blsag.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/blog/blsag.md b/content/blog/blsag.md index 56139a9..386cf7d 100644 --- a/content/blog/blsag.md +++ b/content/blog/blsag.md @@ -51,7 +51,6 @@ The signature $\sigma(m)$ of a message $m$, by the secret key $k_\pi$ of which t * Check $c_1 = c_{n+1}'$ We can now understand why a _ring_. We are forming a ring, or circle, with all the keys, then the challenge rotates around the ring. Each key modifies it by turn. In order to get the same, original challenge at the end, we need that one key somewhere in the ring (without us knowing where) made the right modification that finally cancels the noise created by the others. -annule le bruit créé par les autres. ## Correctness