#include <dsCypher.h>
Go to the source code of this file.
Compounds | |
class | dsAES |
Defines | |
#define | KEYLENGTH(keybits) ((keybits)/8) |
#define | RKLENGTH(keybits) ((keybits)/8+28) |
#define | NROUNDS(keybits) ((keybits)/32+6) |
#define | dsCypher_AES_OPTIMIZE_SPEED |
|
|
|
This class is implementation of AES (Rijndael 128bit) encryption algorithm. This code based on: public domain implementation by Philip J. Erdelsky and Optimised ANSI C code for the Rijndael cipher (now AES) Vincent Rijmen, Antoon Bosselaers, Paulo Barreto |
|
|
|
|