We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you maybe add multi threaded hashing of dumped discs? The hashing takes very long time on bluray discs.
The text was updated successfully, but these errors were encountered:
Most hash functions can't be parallelised. They required the information of the previous block for the next block.
What you are asking for is therefore impossible.
It would be possible to implement for CRC32 but not for MD5 or SHA1. Thus nothing would be won.
Sorry, something went wrong.
Hash image while dumping (#108)
No branches or pull requests
Could you maybe add multi threaded hashing of dumped discs? The hashing takes very long time on bluray discs.
The text was updated successfully, but these errors were encountered: