|
Security Scol plugin
|
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 |
Protected Attributes | |
| FixedSizeSecBlock< word32, 32 > | k |
Static Protected Attributes | |
| static const word32 | Spbox [8][64] |
|
protected |