From 7ec3beb0a1f258d48c37fa465ecef914460064af Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 3 Oct 2023 16:21:29 -0400 Subject: [PATCH] auto --- p3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3.md b/p3.md index b6c50ea..1241aa7 100644 --- a/p3.md +++ b/p3.md @@ -283,7 +283,7 @@ reversed to get back the public key on which it is based. Luckily, we have a means of mapping hashes back to hashed data: our store. Your code binding creation code, therefore, should also: -- write the public key to the store +- write the PEM-encoded public key to the store - put the resulting hash in the binding as the value for "PublicKeyHash" -- GitLab