From 2e68acdc5b7bccdefaecd31e196895c5306e98f6 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 26 Jul 2006 12:43:02 +0000 Subject: document `iv'; from eren elci; tweaked by djm ok djm --- src/lib/libc/crypt/blowfish.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ -.\" $OpenBSD: blowfish.3,v 1.15 2006/07/25 12:41:06 jmc Exp $ +.\" $OpenBSD: blowfish.3,v 1.16 2006/07/26 12:43:02 jmc Exp $ .\" .\" Copyright 1997 Niels Provos .\" All rights reserved. @@ -95,6 +95,9 @@ For these functions .Pa datalen specifies the number of octets of data to encrypt or decrypt. It must be a multiple of 8 (64-bit block). +The initialisation vector +.Pa iv +points to an 8-byte buffer. .Pp The functions .Fn Blowfish_initstate , -- cgit v1.2.3-55-g6feb