Skip to content
New issue

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

Multi threaded hashing? #68

Closed
gmipf opened this issue May 27, 2021 · 2 comments
Closed

Multi threaded hashing? #68

gmipf opened this issue May 27, 2021 · 2 comments

Comments

@gmipf
Copy link

gmipf commented May 27, 2021

Could you maybe add multi threaded hashing of dumped discs? The hashing takes very long time on bluray discs.

@maxz
Copy link

maxz commented Oct 18, 2021

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.

@saramibreak
Copy link
Owner

Hash image while dumping (#108)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants