commit b1c9211d19cb9ac983ba3cfba991f54ba15717cb
parent ef2f382a4d14680fbe06826c45ab6a6726cf321e
Author: Pedram Fardzadeh <p.fardzadeh@protonmail.com>
Date: Mon, 1 Jul 2024 23:01:01 +0200
Fix xml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/draft-gnunet-communicators.xml b/draft-gnunet-communicators.xml
@@ -1431,7 +1431,7 @@ ephemeral key, one needs to generate as many curve points until the property hol
<artwork name="" type="" align="left" alt=""><![CDATA[
ElligatorKeyCreate():
VALID := 0
- while(VALID):
+ while(!VALID):
(a, A) := ElligatorGenerateKey()
if dec(enc(A)) == A:
VALID := 1