lsd0007

LSD0007: GNUnet communicators
Log | Files | Refs

commit fd87f369d7819a48c81bd8a6b4065e9d3c6e03c2
parent 26413ae11355b3a087500d7a79b7907773e13fa3
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed, 10 Jul 2024 22:31:02 +0200

minor fix

Diffstat:
Mdraft-gnunet-communicators.xml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/draft-gnunet-communicators.xml b/draft-gnunet-communicators.xml @@ -339,11 +339,11 @@ Z := X25519(a, EdToCurve(X)) = X25519(x, A) <artwork anchor="encaps" name="" type="" align="left" alt=""><![CDATA[ EncapsElligator(X): A,MSK := Encaps(X) - REPR := ElligatorEnc(A, rand) + REPR := ElligatorEnc(A) return REPR, MSK Encaps(X): - (a, A) := KeyGenX25519() + (a, A) := KeyGenElligator() Z := X25519(a, EdToCurve(X)) MSK := KDF(A,Z) return A, MSK