aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/hashutil.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: Rename function "md5()" to "calc_md5()"Aaron LI2016-11-261-1/+1
|
* utils: Add "hashutil.py" with function "md5()"Aaron LI2016-11-211-0/+40
md5(): Calculate the MD5 checksum of the file. Credit: https://stackoverflow.com/a/3431838/4856091