OmegaPhil / animecheck

Commandline CRC32, MD5 and eD2k-based hashing script also capable of reading and creating SFV and MD5 checksum files and generating eD2k links. This is an initial foray into python and github
GNU General Public License v3.0
46 stars 5 forks source link

Hashing mode functions should be combined to reduce code redundancy #22

Closed OmegaPhil closed 11 years ago

OmegaPhil commented 11 years ago

Looks like this would be simple to do, with only minimal special case code needed. Stops different code pathways catching me out.