Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dabiged
3 months ago
|
parent
|
context
|
favorite
| on:
The Challenge of Large File Checksums
Why not use a faster hashing algorithm like xxhash?
This code is using sha256 which, whilst cryptography secure, is a massive burden for computation.
I_like_tomato
3 months ago
[–]
yup, I agree. I should update it to use a faster hashing algorithm. That is the next step
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This code is using sha256 which, whilst cryptography secure, is a massive burden for computation.