diff --git a/i2p2www/pages/site/docs/spec/common-structures.html b/i2p2www/pages/site/docs/spec/common-structures.html index 68fbdd01..d727f2f0 100644 --- a/i2p2www/pages/site/docs/spec/common-structures.html +++ b/i2p2www/pages/site/docs/spec/common-structures.html @@ -180,9 +180,9 @@ A certificate is a container for various receipts or proof of works used through 1 byte Integer specifying certificate type, followed by a 2 Integer specifying the size of the certificate payload, then that many bytes. {% endtrans %}

{% highlight lang='dataspec' %} -+----+----+----+----+----+--// ++----+----+----+----+----+-// |type| length | payload -+----+----+----+----+----+--// ++----+----+----+----+----+-// type :: Integer length -> 1 byte @@ -318,7 +318,7 @@ Defines the way to uniquely identify a particular router | | +----+----+----+----+----+----+----+----+ | certificate | -+----+----+----+--// ++----+----+----+-// public_key :: PublicKey length -> 256 bytes @@ -366,8 +366,8 @@ A Destination defines a particular endpoint to which messages can be directed fo ~ ~ | | +----+----+----+----+----+----+----+----+ -| certificate -+---// +| certificate ++-// public_key :: PublicKey length -> 256 bytes @@ -581,11 +581,11 @@ IP address, port number, email address, URL, etc. |cost| +----+----+----+----+----+----+----+----+ | expiration | -+----+----+----+----+--//+----+----+----+ ++----+----+----+----+-//-+----+----+----+ | transport_style | -+----+----+----+----+--//+----+----+----+ ++----+----+----+----+-//-+----+----+----+ | options | -+----+----+----+----+--//+----+----+----+ ++----+----+----+----+-//-+----+----+----+ cost :: Integer length -> 1 byte