From 5eed3b74eece65ddf77223ae9705f9f7efe800c5 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Thu, 14 Nov 2024 18:12:17 +0000 Subject: [PATCH] chore: define quote id as utf-8 --- 19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19.md b/19.md index 9101845..a2b82e3 100644 --- a/19.md +++ b/19.md @@ -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