Since the file is too large to load into memory, I found a technique called incremental hash to iteratively hash a file stream. Are there any widely used hash function implementing this technique?
Also regardless of the exact hashing function, do web languages implement ways to hash a large file without executing external commands? My project uses PHP and Javascript but this question could be relevant to any settings.