From 82eb0078cc0c4c4cb5875c35ed607284d7710d79 Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 4 Apr 2021 09:11:25 -0400 Subject: [PATCH] Fix typ. SSU SessionConfirmed size --- i2p2www/spec/ssu.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i2p2www/spec/ssu.rst b/i2p2www/spec/ssu.rst index bd20e0f1..1060d2c1 100644 --- a/i2p2www/spec/ssu.rst +++ b/i2p2www/spec/ssu.rst @@ -3,7 +3,7 @@ SSU Protocol Specification ========================== .. meta:: :category: Transports - :lastupdated: 2020-09 + :lastupdated: 2021-04 :accuratefor: 0.9.48 .. contents:: @@ -542,8 +542,9 @@ required if the Router Identity must be fragmented. +----+----+----+----+----+----+----+----+ {% endhighlight %} -Typical size including header, in current implementation: 480 bytes (before -non-mod-16 padding) +Typical size including header, in current implementation: 512 bytes (with Ed25519 signature) +or 480 bytes (with DSA-SHA1 signature) +(before non-mod-16 padding) Notes `````