Skip to content

Commit f03d543

Browse files
committed
Replace "BODY" with "the message".
1 parent dfbd1de commit f03d543

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

specification.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ Out of band:
8484
8585
To sign:
8686
87-
- Serialize BODY according to PAYLOAD_TYPE. Call the result SERIALIZED_BODY.
88-
- Sign PAE(UTF8(PAYLOAD_TYPE), SERIALIZED_BODY), base64-encode the result,
89-
and store it in `sig`.
87+
- Serialize the message according to PAYLOAD_TYPE. Call the result
88+
SERIALIZED_BODY.
89+
- Sign PAE(UTF8(PAYLOAD_TYPE), SERIALIZED_BODY), base64-encode the result, and
90+
store it in `sig`.
9091
- Base64-encode SERIALIZED_BODY and store it in `payload`.
9192
- Store PAYLOAD_TYPE in `payloadType`.
9293
@@ -317,7 +318,7 @@ To convert a backwards compatible signature to the old format:
317318
See [reference implementation](reference_implementation.ipynb). Here is an
318319
example.
319320

320-
BODY:
321+
SERIALIZED_BODY:
321322

322323
```none
323324
hello world

0 commit comments

Comments
 (0)