Skip to content

Commit

Permalink
[FOLD] Specify receipt header base64 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Mar 9, 2020
1 parent 80099c1 commit a709382
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ The request MAY contain at least the following headers in order to pre-share STR

| Header | Description |
|:----------------|:-----------------------------------------------------------|
| `Receipt-Nonce` | A 16-byte random nonce used to identify the STREAM connection in STREAM Receipts. |
| `Receipt-Secret` | The 32-byte key used to generate a STREAM Receipt's HMAC. |
| `Receipt-Nonce` | A base64-encoded 16-byte random nonce used to identify the STREAM connection in STREAM Receipts. |
| `Receipt-Secret` | A base64-encoded 32-byte key used to generate a STREAM Receipt's HMAC. |

The SPSP Client MAY be provided with an SPSP Endpoint belonging to the receipt verifier, which would add the receipt headers and proxy the query to the SPSP Server.

Expand Down

0 comments on commit a709382

Please sign in to comment.