Skip to content

Commit

Permalink
chore: define quote id as utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 14, 2024
1 parent 8144ac8 commit 5eed3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 19.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If a request has `n` outputs the message to sign becomes:
msg = quote_id || B_0 || ... || B_n
```

Here, `||` denotes string concatenation. The `B_` of each output is **a hex string**.
Here, `||` denotes string concatenation. The `B_` of each output is **a hex string** and the `quote_id` is **a UTF-8 string.**

#### Signature scheme

Expand Down

0 comments on commit 5eed3b7

Please sign in to comment.