diff options
author | 2003-08-28 12:35:00 +0000 | |
---|---|---|
committer | 2003-08-28 12:35:00 +0000 | |
commit | 060f5e054f66d738fce5cef9d5d903b2b3f21f45 (patch) | |
tree | 58d76e5a1a42f0098f3a97857a803ad9074f54d8 /lib/libc | |
parent | fix bzero size; from pechkin (diff) | |
download | wireguard-openbsd-060f5e054f66d738fce5cef9d5d903b2b3f21f45.tar.xz wireguard-openbsd-060f5e054f66d738fce5cef9d5d903b2b3f21f45.zip |
wording improvement from Michael Knudsen;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index 5393f453dbd..44f7eb2bbf7 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.11 2003/05/30 13:06:02 jmc Exp $ +.\" $OpenBSD: blowfish.3,v 1.12 2003/08/28 12:35:00 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -58,7 +58,7 @@ .Pa Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. -The block size is 64 bit and the key size is maximal 448 bit. +The block size is 64 bit and the maximum key size is 448 bit. .Pp The .Fn blf_key |