From b1934d85d1885f3dd7c6492f3df24d8d0fb648e4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Mar 2021 10:24:36 +0200 Subject: fix: tense --- obnam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obnam.md b/obnam.md index 1f12f51..c5ef2c9 100644 --- a/obnam.md +++ b/obnam.md @@ -930,7 +930,7 @@ backups. Obnam will use the [aes-gcm crate][] for AEAD, since it has been audited. If that choice turns out to be less than optimal, it can be -reconsider later. The `encrypt` function doesn't return the MAC and +reconsidered later. The `encrypt` function doesn't return the MAC and ciphertext separately, so we don't store them separately. However, each chunk needs its own [nonce][], which we will generate. We'll use a 96-bit (or 12-byte) nonce. We'll use the [rand crate][] to generate -- cgit v1.2.1