summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-11-23 21:10:57 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-11-23 21:12:01 +0100
commit549f95f88ad80e531569681cb64582c76eea6690 (patch)
treed5d7e937c32d5d253582cd48564af69b240580d1
parent2076e5d936f4b4fa8f6dc8eecc3a528812867451 (diff)
downloadnettle-549f95f88ad80e531569681cb64582c76eea6690.tar.gz
Typo fix.
-rw-r--r--nettle.texinfo2
1 files changed, 1 insertions, 1 deletions
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.