Crypto++
Public Member Functions | Protected Attributes | Static Protected Attributes
DES::Base Class Reference
Inheritance diagram for DES::Base:
BlockCipherImpl< DES_Info > RawDES

List of all members.

Public Member Functions

void UncheckedSetKey (const byte *userKey, unsigned int length, const NameValuePairs &params)
void ProcessAndXorBlock (const byte *inBlock, const byte *xorBlock, byte *outBlock) const
unsigned int BlockSize () const
void RawSetKey (CipherDir direction, const byte *userKey)
void RawProcessBlock (word32 &l, word32 &r) const

Protected Attributes

FixedSizeSecBlock< word32, 32 > k

Static Protected Attributes

static const word32 Spbox [8][64]

The documentation for this class was generated from the following files: