From f26d2d6eecc262ec08fb3af79643ef9141c94f0a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:41 -0400 Subject: [PATCH] spelling: encryption Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- spec/zot.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/zot.txt b/spec/zot.txt index af82b0b36a..ec439c02fe 100644 --- a/spec/zot.txt +++ b/spec/zot.txt @@ -45,7 +45,7 @@ is a superset of salmon). zot:key ******* -A suitable randomly generated encyption key of length 32 octets for encrypting +A suitable randomly generated encryption key of length 32 octets for encrypting the salmon packet. This is then encrypted with the sender's private key and base64url encoded. @@ -59,7 +59,7 @@ key and base64url encoded. zot:env_key *********** -A suitable randomly generated encyption key of length 32 octets for encrypting +A suitable randomly generated encryption key of length 32 octets for encrypting the envelope. This is then encrypted with the recipient's public key and base64url encoded. For bulk deliveries, it is encrypted with the site bulk delivery public key.