5 * A portable, public domain, version of the Data Encryption Standard.
7 * Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
9 * Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
10 * (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
24 void SetKey(const unsigned char *key8
, bool isEncrypt
);
26 void Process8(unsigned char *buf8
);
30 unsigned int m_keydata
[32];