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