diff options
author | jmc <> | 2006-07-26 12:43:02 +0000 |
---|---|---|
committer | jmc <> | 2006-07-26 12:43:02 +0000 |
commit | 2e68acdc5b7bccdefaecd31e196895c5306e98f6 (patch) | |
tree | 885466d467c474a5a2af48d78825d54357ffc4e8 | |
parent | 946951e96bdaa8d5f256060e892a992687123068 (diff) | |
download | openbsd-2e68acdc5b7bccdefaecd31e196895c5306e98f6.tar.gz openbsd-2e68acdc5b7bccdefaecd31e196895c5306e98f6.tar.bz2 openbsd-2e68acdc5b7bccdefaecd31e196895c5306e98f6.zip |
document `iv';
from eren elci; tweaked by djm
ok djm
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 0e1a077de9..dd9d9fe17e 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.15 2006/07/25 12:41:06 jmc Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.16 2006/07/26 12:43:02 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. |
@@ -95,6 +95,9 @@ For these functions | |||
95 | .Pa datalen | 95 | .Pa datalen |
96 | specifies the number of octets of data to encrypt or decrypt. | 96 | specifies the number of octets of data to encrypt or decrypt. |
97 | It must be a multiple of 8 (64-bit block). | 97 | It must be a multiple of 8 (64-bit block). |
98 | The initialisation vector | ||
99 | .Pa iv | ||
100 | points to an 8-byte buffer. | ||
98 | .Pp | 101 | .Pp |
99 | The functions | 102 | The functions |
100 | .Fn Blowfish_initstate , | 103 | .Fn Blowfish_initstate , |