gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 86878e4b8806d8b3786081f27149f517e6d66c62
parent 9d49141d0a856c91ce1a4f46217092b7a577c795
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed,  6 Nov 2024 11:50:54 +0100

minor fixes

Diffstat:
Mdevelopers/apis/cong.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/developers/apis/cong.rst b/developers/apis/cong.rst @@ -64,7 +64,7 @@ We will have to replace the use of ``GNUNET_CRYPTO_symmetric_encrypt`` and HMAC use in ``gnunet-service-core_kx.c`` including the respective keys and IVs. Handshake Protocol (Current) -^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. warning:: This is incomplete as the protocol is very messy and has around 6 RTTs @@ -140,7 +140,7 @@ We assume that the initiator knows pk\ :sub:`R` (pre-distributed through HELLO, Handshake Protocol (Draft) ^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. info:: This protocol is derived from `KEMTLS <https://thomwiggers.nl/publication/thesis/thesis.pdf>`_ (page 81ff). +.. seealso:: This protocol is derived from `KEMTLS <https://thomwiggers.nl/publication/thesis/thesis.pdf>`_ (page 81ff). The initiator selection remains unchanged from the above protocol.