From b10616ce12155dfcd1a59811b867cb1f8ff03ddc Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 3 Oct 2023 16:18:36 -0400 Subject: [PATCH] auto --- p3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3.md b/p3.md index faef873..b6c50ea 100644 --- a/p3.md +++ b/p3.md @@ -165,7 +165,7 @@ procedure for generating the signature should be followed exactly: 1. take the SHA256 hash 1. call `rsa.SignPKCS1v15` on the hash result: this gives the raw signature 1. encode the signature using base32 -2. add ",\n\"signature\": \", the encoded signature, and "\n} to the +2. add `,\n\"signature\": \"`, the encoded signature, and `"\n}` to the end of the truncated original blob -- GitLab