commit 2f150acd715d4f655875e61dd90fdceaa927f8cb
parent 5e2346e801cc8e1f461ff2c51d19c89e880ee2eb
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 17 Jul 2024 09:26:45 +0200
auth also works in principle
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/draft-gnunet-communicators.xml b/draft-gnunet-communicators.xml
@@ -254,7 +254,7 @@
The value of <tt>suite_id</tt> depends on the KEM used. The <tt>ExtractAndExpand()</tt>, <tt>Encap()</tt>
and <tt>Decap()</tt> functions are used as defined in <xref target="RFC9180"/> for standard DHKEMs.
The communicators use the standard <tt>DHKEM(X25519, HKDF-SHA256)</tt> and a special Elligator-based KEM
- defined below.
+ defined below which we call <tt>DHKEM(X25519Elligator, HKDF-SHA256)</tt>.
</t>
<section anchor="elligator_dhkem_keygen" numbered="true" toc="default">
<name>GenerateKeyPair()</name>
@@ -1576,7 +1576,7 @@ SetupCipher(REC_ID, MSK):
<td align="left" colspan="1" rowspan="1">32</td>
<td align="left" colspan="1" rowspan="1">32</td>
<td align="left" colspan="1" rowspan="1">32</td>
- <td align="left" colspan="1" rowspan="1">no</td>
+ <td align="left" colspan="1" rowspan="1">yes</td>
<td align="left" colspan="1" rowspan="1">
<xref target="LSD0007"/></td>
</tr>