From 7e91aa3f891f0b5ae4f5093b5a0f035d216b44a4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 6 Aug 2017 19:15:26 +0200 Subject: [PATCH] s/the// --- src/libsodium/include/sodium/crypto_aead_aes256gcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/include/sodium/crypto_aead_aes256gcm.h b/src/libsodium/include/sodium/crypto_aead_aes256gcm.h index c3a98abc..2089d1e3 100644 --- a/src/libsodium/include/sodium/crypto_aead_aes256gcm.h +++ b/src/libsodium/include/sodium/crypto_aead_aes256gcm.h @@ -6,7 +6,7 @@ * use in TLS, safely using AES-GCM in a different context is tricky. * * No more than ~ 350 GB of input data should be encrypted with a given key. - * This is for ~ 16 KB messages -- Actual figures vary according to the + * This is for ~ 16 KB messages -- Actual figures vary according to * message sizes. * * In addition, repeated nonces would totally destroy the security of this