diff --git a/i2p2www/spec/common-structures.rst b/i2p2www/spec/common-structures.rst index 815a1038..56387e50 100644 --- a/i2p2www/spec/common-structures.rst +++ b/i2p2www/spec/common-structures.rst @@ -3,8 +3,8 @@ Common structures Specification =============================== .. meta:: :category: Design - :lastupdated: March 2019 - :accuratefor: 0.9.39 + :lastupdated: July 2019 + :accuratefor: 0.9.41 .. contents:: @@ -985,7 +985,8 @@ Contains an expiration, a sigtype and transient SigningPublicKey_, and a Signatu signature :: `Signature` length -> As inferred from the sigtype of the signing public key in the `Destination` that preceded this offline signature. - Signature of expires timestamp, transient sig type, and public key, by the destination public key, + Signature of expires timestamp, transient sig type, and public key, + by the destination public key. {% endhighlight %} diff --git a/i2p2www/spec/proposals/123-new-netdb-entries.rst b/i2p2www/spec/proposals/123-new-netdb-entries.rst index b03e2833..627c5ca7 100644 --- a/i2p2www/spec/proposals/123-new-netdb-entries.rst +++ b/i2p2www/spec/proposals/123-new-netdb-entries.rst @@ -243,7 +243,8 @@ Format Expires timestamp (4 bytes, big endian, seconds since epoch, rolls over in 2106) Transient sig type (2 bytes, big endian) Transient signing public key (length as implied by sig type) - Signature of expires timestamp, transient sig type, and public key, by the destination public key, + Signature of expires timestamp, transient sig type, and public key, + by the destination public key, length as implied by destination public key sig type. This section can, and should, be generated offline. @@ -342,7 +343,8 @@ Format Standard LS2 Signature: - Signature - If flag indicates offline keys, this is signed by the transient pubkey, otherwise, by the destination pubkey + If flag indicates offline keys, this is signed by the transient pubkey, + otherwise, by the destination pubkey Length as implied by sig type of signing key The signature is of everything above.