Skip to content

Commit 2601e35

Browse files
committed
Add definition for HEX_DIGEST
Link the HEX_DIGEST placeholder to the explanation of HEX_DIGEST in the delegations object. Signed-off-by: Joshua Lock <[email protected]>
1 parent b47da5f commit 2601e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tuf-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ as is described for the <a>root.json</a> file.
991991
"name": <a>ROLENAME</a>,
992992
"keyids" : [ <a for="role">KEYID</a>, ... ] ,
993993
"threshold" : <a>THRESHOLD</a>,
994-
(<a>"path_hash_prefixes"</a> : [ HEX_DIGEST, ... ] |
994+
(<a>"path_hash_prefixes"</a> : [ <a>HEX_DIGEST</a>, ... ] |
995995
<a for="delegation-role">"paths"</a> : [ <a>PATHPATTERN</a>, ... ]),
996996
"terminating": <a>TERMINATING</a>,
997997
},
@@ -1026,7 +1026,7 @@ discuss next.
10261026

10271027
: <dfn>"path_hash_prefixes"</dfn>
10281028
::
1029-
A list of HEX_DIGESTs used to succinctly describe a set of target
1029+
A list of <dfn>HEX_DIGEST</dfn>s used to succinctly describe a set of target
10301030
paths. Specifically, each HEX_DIGEST in <a>"path_hash_prefixes"</a>
10311031
describes a set of target paths; therefore, <a>"path_hash_prefixes"</a> is
10321032
the union over each prefix of its set of target paths. The target paths

0 commit comments

Comments
 (0)