hash_calc
index
e:\projects\soft_tools\smart_hasher\repo\smart_hasher\smart_hasher\hash_calc.py

 
Modules
       
enum
hashlib
os
random
time
util

 
Classes
       
builtins.object
FileHashCalc

 
class FileHashCalc(builtins.object)
    This is a class to calculate hash for one file
 
  Methods defined here:
__init__(self)
Initialize self.  See help(type(self)) for accurate signature.
run(self)
This is a main function of the class, which should be called after setup of all parameters

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
ReturnCode = <enum 'ReturnCode'>
Return codes of run() function
hash_algo_default_str = 'sha1'
hash_algos = ('md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512')