Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cosmetic | Michael Niedermayer | 2007-01-15 | 1 | -2/+0 | |
* | simplify | Michael Niedermayer | 2007-01-14 | 1 | -10/+4 | |
* | simplify multiply table init | Michael Niedermayer | 2007-01-14 | 1 | -11/+11 | |
* | simplify selftest | Michael Niedermayer | 2007-01-14 | 1 | -27/+17 | |
* | revert simplification (broke 192 bit keys) | Michael Niedermayer | 2007-01-14 | 1 | -3/+6 | |
* | simplify | Michael Niedermayer | 2007-01-14 | 1 | -6/+3 | |
* | fix 2 warnings | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 | |
* | seems i didnt copy anything from aes128.c so this should be more correct ? | Michael Niedermayer | 2007-01-14 | 1 | -1/+3 | |
* | unneeded | Michael Niedermayer | 2007-01-14 | 1 | -1/+0 | |
* | unused think | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 | |
* | merge encrypt and decrypt so the source is simpler and the compiler can choos... | Michael Niedermayer | 2007-01-14 | 1 | -23/+18 | |
* | indent | Michael Niedermayer | 2007-01-14 | 1 | -5/+5 | |
* | remove duplicate round_key | Michael Niedermayer | 2007-01-14 | 1 | -22/+24 | |
* | make decode look more like encode | Michael Niedermayer | 2007-01-14 | 1 | -3/+3 | |
* | dont use encode tables for decoding | Michael Niedermayer | 2007-01-14 | 1 | -5/+7 | |
* | remove no longer corret comment | Michael Niedermayer | 2007-01-14 | 1 | -1/+1 | |
* | unused stuff removial | Michael Niedermayer | 2007-01-14 | 1 | -10/+9 | |
* | merge inv_sbox into inv_mix | Michael Niedermayer | 2007-01-14 | 1 | -24/+29 | |
* | merge sbox with mix on the encryption side | Michael Niedermayer | 2007-01-14 | 1 | -12/+45 | |
* | 1 test vector | Michael Niedermayer | 2007-01-14 | 1 | -1/+11 | |
* | fix CONFIG_SMALL case | Michael Niedermayer | 2007-01-14 | 1 | -2/+6 | |
* | simplify special round | Michael Niedermayer | 2007-01-14 | 1 | -6/+4 | |
* | benchmark | Michael Niedermayer | 2007-01-14 | 1 | -0/+4 | |
* | init multbl | Michael Niedermayer | 2007-01-14 | 1 | -6/+28 | |
* | ascii | Michael Niedermayer | 2007-01-14 | 1 | -1/+1 | |
* | cosmetic | Michael Niedermayer | 2007-01-14 | 1 | -3/+2 | |
* | simplify round_key generation by writing over the end but ensuring that there... | Michael Niedermayer | 2007-01-14 | 1 | -4/+4 | |
* | cosmetics | Michael Niedermayer | 2007-01-14 | 1 | -3/+2 | |
* | memcpy | Michael Niedermayer | 2007-01-14 | 1 | -2/+1 | |
* | seems the larger rcon values are never accessed | Michael Niedermayer | 2007-01-14 | 1 | -5/+2 | |
* | copyright fix | Michael Niedermayer | 2007-01-14 | 1 | -1/+1 | |
* | stealing multbl trick from reimar | Michael Niedermayer | 2007-01-14 | 1 | -17/+26 | |
* | stealing reimars XOR_BLOCK | Michael Niedermayer | 2007-01-14 | 1 | -4/+3 | |
* | cosmetic | Michael Niedermayer | 2007-01-14 | 1 | -7/+7 | |
* | memleak | Michael Niedermayer | 2007-01-14 | 1 | -3/+4 | |
* | simplify sbox init | Michael Niedermayer | 2007-01-14 | 1 | -3/+2 | |
* | aes support (unfinished) | Michael Niedermayer | 2007-01-14 | 1 | -0/+172 |