commit 26413ae11355b3a087500d7a79b7907773e13fa3
parent cca5bc5812fc93ac4be70c55527747c67a6486b1
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 10 Jul 2024 20:39:51 +0200
minor fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/draft-gnunet-communicators.xml b/draft-gnunet-communicators.xml
@@ -263,7 +263,7 @@ KeyGenElligator():
"ElligatorEnc()" and "ElligatorDec()" are the required encoding and decoding functions to obfuscate a curve
point and are are defined in the following.
The obfuscated curve point is called the Elligator "Representative".
- Let A be the parameter for Curve25519 as specified in section 4.1 of <xref target="RFC7748"/>.
+ Let A and P be the parameters for Curve25519 as specified in section 4.1 of <xref target="RFC7748"/>.
Further, let X be any valid x-coordinate of a Curve25519 point, sqrt() a function which calculates the
square root of the finite field element, U the number sqrt(-1) which is a non-quadratic number in the finite field,
and L() a function which computes the legendre symbol of a field element.