@@ -522,15 +522,15 @@ All signed metadata objects have the format:
522
522
523
523
: <dfn for="role">ROLE</dfn>
524
524
::
525
- a dictionary whose "_type" field describes the role type.
525
+ A dictionary whose "_type" field describes the role type.
526
526
527
527
: <dfn for="role">KEYID</dfn>
528
528
::
529
- the identifier of the key signing the <a for="role">ROLE</a> dictionary.
529
+ The identifier of the key signing the <a for="role">ROLE</a> dictionary.
530
530
531
531
: <dfn>SIGNATURE</dfn>
532
532
::
533
- a hex-encoded signature of the canonical form of the metadata for <a for="role">ROLE</a>.
533
+ A hex-encoded signature of the canonical form of the metadata for <a for="role">ROLE</a>.
534
534
535
535
536
536
All keys have the format:
@@ -545,19 +545,19 @@ All keys have the format:
545
545
546
546
: <dfn>KEYTYPE</dfn>
547
547
::
548
- a string denoting a public key signature system, such as <a
548
+ A string denoting a public key signature system, such as <a
549
549
for="keytype">"rsa"</a>, <a for="keytype">"ed25519"</a>, and <a
550
550
for="keytype">"ecdsa-sha2-nistp256"</a>.
551
551
552
552
: <dfn>SCHEME</dfn>
553
553
::
554
- a string denoting a corresponding signature scheme. For example: <a
554
+ A string denoting a corresponding signature scheme. For example: <a
555
555
for="scheme">"rsassa-pss-sha256"</a>, <a for="scheme">"ed25519"</a>, and <a
556
556
for="scheme">"ecdsa-sha2-nistp256"</a>.
557
557
558
558
: <dfn>KEYVAL</dfn>
559
559
::
560
- a dictionary containing the public portion of the key.
560
+ A dictionary containing the public portion of the key.
561
561
562
562
The reference implementation defines three signature schemes, although TUF
563
563
is not restricted to any particular signature scheme, key type, or
0 commit comments