#include <rijndael.h>
Inheritance diagram for Rijndael:

Protected Methods | |
| Rijndael (const byte *userKey,unsigned int keylength) | |
| version 3.0 (December 2000). More... | |
Protected Attributes | |
| unsigned int | m_rounds |
| SecBlock<word32> | m_key |
Static Protected Attributes | |
| const word32 | Te0 [256] |
| const word32 | Te1 [256] |
| const word32 | Te2 [256] |
| const word32 | Te3 [256] |
| const word32 | Te4 [256] |
| const word32 | Td0 [256] |
| const word32 | Td1 [256] |
| const word32 | Td2 [256] |
| const word32 | Td3 [256] |
| const word32 | Td4 [256] |
| const word32 | rcon [] |
AES Standard <br> Information
http://www.rijndael.com/
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/
Keylength = 128/192/256 bits
Blocksize = 128 bits
Rounds = Variable
Definition at line 23 of file rijndael.h.
|
|
version 3.0 (December 2000). Optimised ANSI C code for the Rijndael cipher (now AES) author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be> author Antoon Bosselaers author Paulo Barreto <paulo.barreto@terra.com.br> This code is hereby placed in the public domain. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Definition at line 36 of file rijndael.cpp. |
|
|
Definition at line 34 of file rijndael.h. |
|
|
Definition at line 35 of file rijndael.h. |
|
|
Definition at line 36 of file rijndael.h. |
|
|
Definition at line 37 of file rijndael.h. |
|
|
Definition at line 38 of file rijndael.h. |
|
|
Definition at line 28 of file rijndael.h. |
|
|
Definition at line 29 of file rijndael.h. |
|
|
Definition at line 30 of file rijndael.h. |
|
|
Definition at line 31 of file rijndael.h. |
|
|
Definition at line 32 of file rijndael.h. |
|
|
Definition at line 43 of file rijndael.h. |
|
|
Definition at line 42 of file rijndael.h. |
|
|
Initializer: {
0x01000000, 0x02000000, 0x04000000, 0x08000000,
0x10000000, 0x20000000, 0x40000000, 0x80000000,
0x1B000000, 0x36000000,
}Definition at line 40 of file rijndael.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000