Y
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
vnorilo
1896 days ago
The full product of 32-bit multiply is 64-bit.
link
CodesInChaos
1895 days ago
I don't think SHA-1 uses any multiplications, only bitwise operations (not, and, or, xor), addition and rotation.
link