Tweaked boundaries to match DataSpec
This commit is contained in:
@ -180,9 +180,9 @@ A certificate is a container for various receipts or proof of works used through
|
||||
1 byte <a href="#type_Integer">Integer</a> specifying certificate type, followed by a 2 <a href="#type_Integer">Integer</a> specifying the size of the certificate payload, then that many bytes.
|
||||
{% endtrans %}</p>
|
||||
{% 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
|
||||
@ -367,7 +367,7 @@ A Destination defines a particular endpoint to which messages can be directed fo
|
||||
| |
|
||||
+----+----+----+----+----+----+----+----+
|
||||
| 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
|
||||
|
Reference in New Issue
Block a user