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