Crypto++ 8.2
Free C&
Public Member Functions | List of all members
RawDES Class Reference

DES block cipher base class. More...

#include <des.h>

Public Member Functions

void RawSetKey (CipherDir direction, const byte *userKey)
 
void RawProcessBlock (word32 &l, word32 &r) const
 

Detailed Description

DES block cipher base class.

Since
Crypto++ 1.0

Definition at line 16 of file des.h.

Member Function Documentation

◆ RawSetKey()

void RawDES::RawSetKey ( CipherDir  direction,
const byte *  userKey 
)

Definition at line 284 of file des.cpp.

◆ RawProcessBlock()

void RawDES::RawProcessBlock ( word32 &  l,
word32 &  r 
) const

Definition at line 338 of file des.cpp.


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