hash_win32.c
7.71 KB
-
hash: win32 hash mechanism should support large files · a89560d5
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.
Edward Thomson committed