From 4de45f44b68d96895d9e7b0c49ac7e87dd43454b Mon Sep 17 00:00:00 2001 From: jaredy <> Date: Sun, 17 Jul 2005 08:50:55 +0000 Subject: punctuation and minor rewording, ok jmc --- src/lib/libc/crypt/blowfish.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/crypt/blowfish.3') diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 44f7eb2bbf..4ee2fd2c2d 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.12 2003/08/28 12:35:00 jmc Exp $ +.\" $OpenBSD: blowfish.3,v 1.13 2005/07/17 08:50:55 jaredy Exp $ .\" .\" Copyright 1997 Niels Provos .\" All rights reserved. @@ -57,12 +57,12 @@ .Sh DESCRIPTION .Pa Blowfish is a fast unpatented block cipher designed by Bruce Schneier. -It basically consists of a 16 times iterated Feistel network. -The block size is 64 bit and the maximum key size is 448 bit. +It basically consists of a 16-round Feistel network. +The block size is 64 bits and the maximum key size is 448 bits. .Pp The .Fn blf_key -function initializes the 4 8bit S-boxes and the 18 Subkeys with +function initializes the 4 8-bit S-boxes and the 18 Subkeys with the hexadecimal digits of Pi. The key is used for further randomization. The first argument to -- cgit v1.2.3-55-g6feb