Skip to content

Commit a347463

Browse files
authored
Merge pull request #14 from OR13/steve/120-fixes
Fixes for 120 Submission
2 parents 07d4eff + c773280 commit a347463

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

draft-steele-cose-hash-envelope.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ author:
3838

3939
normative:
4040
RFC9052: RFC9052
41-
RFC9596: COSE-TYP
4241

4342
informative:
4443

@@ -107,7 +106,6 @@ A hashed payload functions equivalently to an attached payload, with the benefit
107106

108107
To represent a hash of a payload, the following headers are defined:
109108

110-
111109
TBD_1:
112110
: the hash algorithm used to generate the hash of the payload
113111

@@ -132,7 +130,8 @@ Hash_Envelope_Protected_Header = {
132130
; See https://www.iana.org/assignments/cose/cose.xhtml
133131
&(payload_hash_alg: TBD_1) => int
134132

135-
; Content type of the preimage (content to be hashed) of the payload
133+
; Content type of the preimage
134+
; (content to be hashed) of the payload
136135
; 50 for application/json,
137136
; See https://datatracker.ietf.org/doc/html/rfc7252#section-12.3
138137
&(payload_preimage_content_type: TBD_2) => int

0 commit comments

Comments
 (0)