Menu

#13 (filelen % 9728000) == 0 fails

open
5
2003-12-30
2003-12-30
Anonymous
No

If the file length is a multiple of the block size then
the hashing program fails.

Hope this helps.

Discussion

  • Tim-Philipp Muller

    Logged In: YES
    user_id=583691

    sorry for the late reply, will check it out.

    cheers
    -Tim

     
  • Nobody/Anonymous

    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.