Skip to content

Commit

Permalink
Explain why we use different type keys for different messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
pthatcherg committed Dec 4, 2018
1 parent 6c57fb8 commit e9e072a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.bs
Expand Up @@ -515,6 +515,10 @@ Mitigations and defenses {#security-defenses}
Appending A: Messages
=====================

Lower type keys are used for messages we expect to be more frequent
and higher type keys are used for less frequently used messages. This
is because on the wire lower values encode smaller.

<pre>
; type key 14
presentation-url-availability-request = {
Expand Down

0 comments on commit e9e072a

Please sign in to comment.