Skip to content

Commit 046695d

Browse files
authored
Merge pull request #56 from woodruffw/patch-1
envelope: unify `payload` language
2 parents 31569a7 + c90d4af commit 046695d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

envelope.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ message Envelope {
1313
string payloadType = 2;
1414

1515
// Signature over:
16-
// PAE(type, body)
16+
// PAE(type, payload)
1717
// Where PAE is defined as:
18-
// PAE(type, body) = "DSSEv1" + SP + LEN(type) + SP + type + SP + LEN(body) + SP + body
18+
// PAE(type, payload) = "DSSEv1" + SP + LEN(type) + SP + type + SP + LEN(payload) + SP + payload
1919
// + = concatenation
2020
// SP = ASCII space [0x20]
2121
// "DSSEv1" = ASCII [0x44, 0x53, 0x53, 0x45, 0x76, 0x31]

0 commit comments

Comments
 (0)