summaryrefslogtreecommitdiffstats
path: root/src/aes.rs
Commit message (Expand)AuthorAgeFilesLines
* get this compiling againJesse Luehrs2019-04-091-36/+61
* allow encrypting in ctr mode from a given starting counterJesse Luehrs2015-04-061-1/+5
* remove a bunch of unnecessary importsJesse Luehrs2015-04-051-9/+6
* update rustJesse Luehrs2015-04-051-4/+4
* problem 18Jesse Luehrs2015-03-281-0/+30
* reorganizeJesse Luehrs2015-03-281-289/+0
* problem 17Jesse Luehrs2015-03-281-0/+33
* make the decrypt primitives return options based on valid paddingJesse Luehrs2015-03-271-8/+10
* no reason to repeatedly pad hereJesse Luehrs2015-03-261-2/+2
* 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