diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index b5fdae92b1..6d8c5db88d 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.8 2000/04/15 02:15:22 aaron Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.9 2000/04/18 02:31:34 aaron 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. |
@@ -63,7 +63,8 @@ The block size is 64 bit and the key size is maximal 448 bit. | |||
63 | The | 63 | The |
64 | .Fn blf_key | 64 | .Fn blf_key |
65 | function initializes the 4 8bit S-boxes and the 18 Subkeys with | 65 | function initializes the 4 8bit S-boxes and the 18 Subkeys with |
66 | the hexadecimal digits of Pi. The key is used for further randomization. | 66 | the hexadecimal digits of Pi. |
67 | The key is used for further randomization. | ||
67 | The first argument to | 68 | The first argument to |
68 | .Fn blf_enc | 69 | .Fn blf_enc |
69 | is the initialized state derived from | 70 | is the initialized state derived from |