Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Key scheduling fix for 256 bit keys.HEADmaster | Kaz Kylheku | 2020-07-18 | 1 | -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 Kylheku | 2020-07-18 | 1 | -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 Kylheku | 2020-07-18 | 2 | -1/+11 |
| | |||||
* | Changing hard tabs to 8 without changing intended indentation level. | Kaz Kylheku | 2020-07-18 | 2 | -301/+301 |
| | |||||
* | Initial implementation. | Kaz Kylheku | 2020-07-18 | 2 | -0/+534 |
| | |||||
* | NIL | Kaz Kylheku | 2020-07-18 | 0 | -0/+0 |