From: Sergey Matveev Date: Sun, 13 Sep 2015 18:44:09 +0000 (+0300) Subject: [DOC] Clearer arrows X-Git-Tag: 4.0^2~18 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=448a16f657f6f992f41e16f706253ea9182cafbf [DOC] Clearer arrows Signed-off-by: Sergey Matveev --- diff --git a/doc/transport.texi b/doc/transport.texi index 97fdce8..bfe3501 100644 --- a/doc/transport.texi +++ b/doc/transport.texi @@ -2,26 +2,26 @@ @section Transport protocol @verbatim -TAG || ENCRYPTED || NONCE <-- PACKET +TAG || ENCRYPTED || NONCE --> PACKET ^ ^ ^ | | | - | | +------------+ - | | | - | +------------+ | - | | | - +-->AUTH(AUTH_KEY, ENCRYPTED || NONCE) - ^ ^ - | | -+-----------------------+ | -| | -| +--------------+ + | | +-------------+ + | | | + | +-------------+ | + | | | + +--< AUTH(AUTH_KEY, ENCRYPTED || NONCE) + ^ ^ + | | ++------------------------+ | +| | +| +---------------+ | | -+--> ENCRYPT(KEY, NONCE, PAYLOAD) ++--< ENCRYPT(KEY, NONCE, PAYLOAD) ^ ^ | | - | +--> SIZE || DATA [|| NOISE] + | +--< SIZE || DATA [|| NOISE] | - +--> PRP(PRP_KEY, SERIAL) + +--< PRP(PRP_KEY, SERIAL) @end verbatim @code{SERIAL} is message's serial number. Odds are reserved for