summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Key scheduling fix for 256 bit keys.HEADmasterKaz Kylheku2020-07-181-4/+4
| | | | | | | | | | | Contributed by "SR" (kane5410 at gmx do tnet) in 2015. Same fix also independently produced by Ron Charlton (charltoncr at wowway dot com) in 2018. * rijndael.c (rijn_sched_key): In the blocksize == 8 case that corresponds to 256 bit keys, fix a column/row mixup in the key scheduling.
* Array overrun fix.Kaz Kylheku2020-07-181-1/+1
| | | | | | | | Contributed by "SR" (kane5410 at gmx.net). * rijndael.h (rijn_keysched_t): The rijn_roundkey array must have RIJN_MAX_ROUNDS + 1, like the comment above the structure declaration says, otherwise it is accessed out of bounds.
* Add licenses.Kaz Kylheku2020-07-182-1/+11
|
* Changing hard tabs to 8 without changing intended indentation level.Kaz Kylheku2020-07-182-301/+301
|
* Initial implementation.Kaz Kylheku2020-07-182-0/+534
|
* NILKaz Kylheku2020-07-180-0/+0