Browse Source

typo; nash@mcs.net

OPENBSD_2_5
aaron 25 years ago
parent
commit
0921dacac0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/crypt/crypt.3

+ 2
- 2
src/lib/libc/crypt/crypt.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: crypt.3,v 1.11 1998/02/27 12:17:45 deraadt Exp $
.\" $OpenBSD: crypt.3,v 1.12 1999/03/18 11:08:33 aaron Exp $
.\" .\"
.\" FreeSec: libcrypt .\" FreeSec: libcrypt
.\" .\"
@ -77,7 +77,7 @@ and a ``$2'' chooses Blowfish hashing, see below for more information.
The The
.Ar key .Ar key
is divided into groups of 8 characters (the last group is null-padded) is divided into groups of 8 characters (the last group is null-padded)
and the low-order 7 bits of each each character (56 bits per group) are
and the low-order 7 bits of each character (56 bits per group) are
used to form the DES key as follows: used to form the DES key as follows:
the first group of 56 bits becomes the initial DES key. the first group of 56 bits becomes the initial DES key.
For each additional group, the XOR of the encryption of the current DES For each additional group, the XOR of the encryption of the current DES


Loading…
Cancel
Save