If the file length is a multiple of the block size then the hashing program fails.
Hope this helps.
Logged In: YES user_id=583691
sorry for the late reply, will check it out.
cheers -Tim
Logged In: NO
in the case of (filelen % 9728000) == 0 you need to add an extra default hash( the hash of a 0 length string) to the list of hashes to be hashed.
Log in to post a comment.
Logged In: YES
user_id=583691
sorry for the late reply, will check it out.
cheers
-Tim
Logged In: NO
in the case of (filelen % 9728000) == 0 you need to add an
extra default hash( the hash of a 0 length string) to the
list of hashes to be hashed.