Copyright Digital Equipment Corp. All rights reserved.

Description

   The argument of setkey is a character array of length 64
   containing only the characters with numerical value 0 and 1.
   If this string is divided into groups of 8, the low-order bit in
   each group is ignored, leading to a 56-bit key which is set into
   the machine.

   No value is returned.

   See also crypt and encrypt.