From 8622b26fb0bf2d7c3ee8bb3037439eb5d696d95f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Mar 2021 10:22:04 +0200 Subject: drop unnecessary "the" --- obnam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obnam.md b/obnam.md index 1940894..1f12f51 100644 --- a/obnam.md +++ b/obnam.md @@ -895,7 +895,7 @@ first key, giving a ciphertext. It then computes a MAC of the ciphertext using the second key. Both the ciphertext and MAC are stored on the server. -For decryption, the a MAC is computed against the retrieved +For decryption, a MAC is computed against the retrieved ciphertext, and compared to the retrieved MAC. If the MACs differ, that's an error and no decryption is done. If they do match, the ciphertext is decrypted. -- cgit v1.2.1