summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2006-07-26 12:43:02 +0000
committerjmc <>2006-07-26 12:43:02 +0000
commit2e68acdc5b7bccdefaecd31e196895c5306e98f6 (patch)
tree885466d467c474a5a2af48d78825d54357ffc4e8
parent946951e96bdaa8d5f256060e892a992687123068 (diff)
downloadopenbsd-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.35
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
96specifies the number of octets of data to encrypt or decrypt. 96specifies the number of octets of data to encrypt or decrypt.
97It must be a multiple of 8 (64-bit block). 97It must be a multiple of 8 (64-bit block).
98The initialisation vector
99.Pa iv
100points to an 8-byte buffer.
98.Pp 101.Pp
99The functions 102The functions
100.Fn Blowfish_initstate , 103.Fn Blowfish_initstate ,