summaryrefslogtreecommitdiffstats
path: root/src/aes.rs
Commit message (Expand)AuthorAgeFilesLines
* problem 16Jesse Luehrs2015-03-251-0/+8
* consistencyJesse Luehrs2015-03-251-1/+1
* problem 15Jesse Luehrs2015-03-251-2/+2
* problem 14Jesse Luehrs2015-03-251-8/+31
* let find_block_size work even if the function has a prefix paddingJesse Luehrs2015-03-231-1/+11
* factor this outJesse Luehrs2015-03-231-8/+10
* a few more explicit slices necessary for new rustJesse Luehrs2015-03-221-2/+2
* fix warningsJesse Luehrs2015-03-201-11/+13
* problem 13Jesse Luehrs2015-03-201-0/+87
* problem 12Jesse Luehrs2015-03-171-2/+73
* allow these functions to work on arbitrary block sizesJesse Luehrs2015-03-171-8/+12
* problem 11Jesse Luehrs2015-03-171-1/+25
* factor this outJesse Luehrs2015-03-161-7/+12
* also implement encrypting in cbc modeJesse Luehrs2015-03-161-0/+47
* handle padding properlyJesse Luehrs2015-03-151-13/+4
* problem 10Jesse Luehrs2015-03-151-0/+27
* split things up a bitJesse Luehrs2015-03-151-0/+30