forked from I2P_Developers/i2p.www
formatting
This commit is contained in:
@@ -3,8 +3,8 @@ Common structures Specification
|
|||||||
===============================
|
===============================
|
||||||
.. meta::
|
.. meta::
|
||||||
:category: Design
|
:category: Design
|
||||||
:lastupdated: March 2019
|
:lastupdated: July 2019
|
||||||
:accuratefor: 0.9.39
|
:accuratefor: 0.9.41
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@@ -985,7 +985,8 @@ Contains an expiration, a sigtype and transient SigningPublicKey_, and a Signatu
|
|||||||
signature :: `Signature`
|
signature :: `Signature`
|
||||||
length -> As inferred from the sigtype of the signing public key
|
length -> As inferred from the sigtype of the signing public key
|
||||||
in the `Destination` that preceded this offline signature.
|
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 %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
@@ -243,7 +243,8 @@ Format
|
|||||||
Expires timestamp (4 bytes, big endian, seconds since epoch, rolls over in 2106)
|
Expires timestamp (4 bytes, big endian, seconds since epoch, rolls over in 2106)
|
||||||
Transient sig type (2 bytes, big endian)
|
Transient sig type (2 bytes, big endian)
|
||||||
Transient signing public key (length as implied by sig type)
|
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.
|
length as implied by destination public key sig type.
|
||||||
This section can, and should, be generated offline.
|
This section can, and should, be generated offline.
|
||||||
|
|
||||||
@@ -342,7 +343,8 @@ Format
|
|||||||
|
|
||||||
Standard LS2 Signature:
|
Standard LS2 Signature:
|
||||||
- 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
|
Length as implied by sig type of signing key
|
||||||
The signature is of everything above.
|
The signature is of everything above.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user