• Show log

    Commit

  • Hash : a89560d5
    Author : Edward Thomson
    Date : 2017-12-10T17:26:43

    hash: win32 hash mechanism should support large files
    
    Teach the win32 hash mechanisms to support large files.  The hash
    primitives take at most `ULONG_MAX` bytes at a time.  Loop, giving the
    hash function the maximum supported number of bytes, until we have
    hashed the entire file.