From 448a16f657f6f992f41e16f706253ea9182cafbf Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 13 Sep 2015 21:44:09 +0300 Subject: [PATCH] [DOC] Clearer arrows Signed-off-by: Sergey Matveev --- doc/transport.texi | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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 -- 2.44.0