From 549f95f88ad80e531569681cb64582c76eea6690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 23 Nov 2015 21:10:57 +0100 Subject: Typo fix. --- nettle.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nettle.texinfo b/nettle.texinfo index f2a0f28b..1b362e29 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -2125,7 +2125,7 @@ and decryption. Both associated data and the message data (cleartext or ciphertext) can be processed incrementally. In general, all associated data must be processed before the message data, and all calls but the last one must -use a length that is a multiple of he block size, although some +use a length that is a multiple of the block size, although some @acronym{AEAD} may implement more liberal conventions. The @acronym{CCM} mode is a bit special in that it requires the message lengths up front, other @acronym{AEAD} constructions don't have this restriction. -- cgit v1.2.1