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
-B different hashes use different sized inputs like --whirlpool & --snefru128/256 use 64 MB inputs
& --sha512 uses 256 MB inputs?
vs. 512 MB for most others
(are they limited in that respect ?)
The text was updated successfully, but these errors were encountered:
The input size is hardcoded for each algorithm. It has been chosen depending on algorithm speed, to make the benchmark time almost the same for them.
Sorry, something went wrong.
No branches or pull requests
-B
different hashes use different sized inputs
like --whirlpool & --snefru128/256 use 64 MB inputs
& --sha512 uses 256 MB inputs?
vs. 512 MB for most others
(are they limited in that respect ?)
The text was updated successfully, but these errors were encountered: