Hacker News new | ask | show | jobs
by CodesInChaos 1896 days ago
Why are 64-bit integers useful for SHA-1 which uses 32-bit words?
1 comments

The full product of 32-bit multiply is 64-bit.
I don't think SHA-1 uses any multiplications, only bitwise operations (not, and, or, xor), addition and rotation.