summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/blowfish.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/crypt/blowfish.3')
-rw-r--r--src/lib/libc/crypt/blowfish.38
1 files changed, 4 insertions, 4 deletions
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 @@
1.\" $OpenBSD: blowfish.3,v 1.12 2003/08/28 12:35:00 jmc Exp $ 1.\" $OpenBSD: blowfish.3,v 1.13 2005/07/17 08:50:55 jaredy 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.
@@ -57,12 +57,12 @@
57.Sh DESCRIPTION 57.Sh DESCRIPTION
58.Pa Blowfish 58.Pa Blowfish
59is a fast unpatented block cipher designed by Bruce Schneier. 59is a fast unpatented block cipher designed by Bruce Schneier.
60It basically consists of a 16 times iterated Feistel network. 60It basically consists of a 16-round Feistel network.
61The block size is 64 bit and the maximum key size is 448 bit. 61The block size is 64 bits and the maximum key size is 448 bits.
62.Pp 62.Pp
63The 63The
64.Fn blf_key 64.Fn blf_key
65function initializes the 4 8bit S-boxes and the 18 Subkeys with 65function initializes the 4 8-bit S-boxes and the 18 Subkeys with
66the hexadecimal digits of Pi. 66the hexadecimal digits of Pi.
67The key is used for further randomization. 67The key is used for further randomization.
68The first argument to 68The first argument to