summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* problem 37HEADmasterJesse Luehrs2019-05-221-0/+1
* refactor to allow for multiple client implementationsJesse Luehrs2019-05-221-1/+2
* problem 36Jesse Luehrs2019-05-221-0/+3
* problem 34Jesse Luehrs2019-04-181-0/+3
* problem 33Jesse Luehrs2019-04-171-0/+2
* problem 32Jesse Luehrs2019-04-151-1/+2
* problem 31Jesse Luehrs2019-04-101-0/+1
* stop using rustc_serializeJesse Luehrs2019-04-091-2/+1
* get this compiling againJesse Luehrs2019-04-091-38/+33
* implement hmac_sha1Jesse Luehrs2015-05-171-0/+1
* problem 30Jesse Luehrs2015-05-141-0/+1
* md4 implementationJesse Luehrs2015-05-141-0/+6
* problem 29Jesse Luehrs2015-05-131-0/+1
* also allow padding sha1 with a user-specified lengthJesse Luehrs2015-05-131-0/+1
* refactor sha1 to allow passing in an initial stateJesse Luehrs2015-05-131-0/+2
* problem 28Jesse Luehrs2015-04-191-0/+3
* problem 27Jesse Luehrs2015-04-181-0/+1
* problem 26Jesse Luehrs2015-04-071-0/+1
* problem 25Jesse Luehrs2015-04-071-0/+1
* allow encrypting in ctr mode from a given starting counterJesse Luehrs2015-04-061-0/+1
* problem 24 part 2Jesse Luehrs2015-04-061-0/+1
* real problem 22Jesse Luehrs2015-04-061-0/+2
* problem 24, part 1Jesse Luehrs2015-04-051-0/+1
* implement a stream cipher based on mersenne twisterJesse Luehrs2015-04-051-0/+1
* problem 22Jesse Luehrs2015-04-051-0/+1
* problem 21Jesse Luehrs2015-04-051-0/+3
* problem 20Jesse Luehrs2015-04-041-0/+1
* problem 18Jesse Luehrs2015-03-281-0/+1
* reorganizeJesse Luehrs2015-03-281-12/+12
* problem 17Jesse Luehrs2015-03-281-0/+1
* problem 16Jesse Luehrs2015-03-251-0/+1
* problem 15Jesse Luehrs2015-03-251-0/+1
* problem 14Jesse Luehrs2015-03-251-0/+1
* update rustc againJesse Luehrs2015-03-251-1/+1
* problem 13Jesse Luehrs2015-03-201-0/+1
* and also implement the inverseJesse Luehrs2015-03-191-0/+1
* also make this publicJesse Luehrs2015-03-191-0/+1
* add query string parserJesse Luehrs2015-03-171-0/+1
* problem 12Jesse Luehrs2015-03-171-0/+1
* problem 11Jesse Luehrs2015-03-171-0/+2
* also implement encrypting in cbc modeJesse Luehrs2015-03-161-0/+2
* problem 10Jesse Luehrs2015-03-151-0/+1
* problem 9Jesse Luehrs2015-03-151-0/+1
* split things up a bitJesse Luehrs2015-03-151-247/+14
* problem 8Jesse Luehrs2015-03-151-0/+20
* if we disallow control characters, we get much more reasonable resultsJesse Luehrs2015-03-151-0/+3
* problem 7Jesse Luehrs2015-03-151-0/+10
* problem 6Jesse Luehrs2015-03-151-1/+80
* adjust the english letter frequencies a bitJesse Luehrs2015-03-151-25/+25
* hamming distanceJesse Luehrs2015-03-151-0/+24