summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/blowfish.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/crypt/blowfish.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3
index b5fdae92b1..6d8c5db88d 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.8 2000/04/15 02:15:22 aaron Exp $ 1.\" $OpenBSD: blowfish.3,v 1.9 2000/04/18 02:31:34 aaron 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.
@@ -63,7 +63,8 @@ The block size is 64 bit and the key size is maximal 448 bit.
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 8bit S-boxes and the 18 Subkeys with
66the hexadecimal digits of Pi. The key is used for further randomization. 66the hexadecimal digits of Pi.
67The key is used for further randomization.
67The first argument to 68The first argument to
68.Fn blf_enc 69.Fn blf_enc
69is the initialized state derived from 70is the initialized state derived from