This commit is contained in:
zzz
2016-01-13 13:11:15 +00:00
parent 1946a66722
commit aae070a708

View File

@@ -225,28 +225,28 @@ The unencrypted data in the AES block contains the following:
<h4>Definition</h4>
{% highlight lang='dataspec' %}
tag count: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
2-byte <a href="{{ commonstructures }}#type_Integer">Integer</a>, 0-200
tag count:
2-byte `Integer`, 0-200
{%- endtrans %}
Session Tags: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
That many 32-byte <a href="{{ commonstructures }}#type_SessionTag">Session Tags</a>
Session Tags:
That many 32-byte `SessionTag`s
{%- endtrans %}
payload size: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
4-byte <a href="{{ commonstructures }}#type_Integer">Integer</a>
payload size:
4-byte `Integer`
{%- endtrans %}
Payload Hash: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
The 32-byte <a href="{{ commonstructures }}#type_Hash">SHA256 Hash</a> of the payload
Payload Hash:
The 32-byte SHA256 `Hash` of the payload
{%- endtrans %}
flag: {% trans -%}
A one-byte value. Normally == 0. If == 0x01, a Session Key follows
{%- endtrans %}
New Session Key: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
A 32-byte <a href="{{ commonstructures }}#type_SessionKey">Session Key</a>,
New Session Key:
A 32-byte `SessionKey`,
to replace the old key, and is only present if preceding flag is 0x01
{%- endtrans %}
@@ -314,8 +314,8 @@ as follows:
<h4>Definition</h4>
{% highlight lang='dataspec' %}
Session Tag: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
A 32-byte <a href="{{ commonstructures }}#type_SessionTag">Session Tag</a>
Session Tag:
A 32-byte `SessionTag`
previously delivered in an AES block
{%- endtrans %}