formatting

This commit is contained in:
zzz
2019-07-16 14:56:17 +00:00
parent bbc9ec6546
commit b45157a31f
2 changed files with 8 additions and 5 deletions

View File

@ -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 %}

View File

@ -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.