summaryrefslogtreecommitdiffstats
path: root/src/sha1.rs
Commit message (Expand)AuthorAgeFilesLines
* stop using rustc_serializeJesse Luehrs2019-04-091-6/+11
* get this compiling againJesse Luehrs2019-04-091-57/+52
* implement hmac_sha1Jesse Luehrs2015-05-171-0/+36
* this also needs to allow user-specified lengthJesse Luehrs2015-05-131-5/+6
* handle cases where len % 64 > 55 properlyJesse Luehrs2015-05-131-1/+1
* simplifyJesse Luehrs2015-05-131-1/+1
* also allow padding sha1 with a user-specified lengthJesse Luehrs2015-05-131-5/+11
* refactor sha1 to allow passing in an initial stateJesse Luehrs2015-05-131-10/+16
* update rust versionJesse Luehrs2015-05-101-1/+1
* problem 28Jesse Luehrs2015-04-191-0/+109