Y
Hacker News
new
|
ask
|
show
|
jobs
by
hackcasual
1896 days ago
A large part of that would be better support for integer math, and 64 bit in particular for sha1
1 comments
CodesInChaos
1896 days ago
Why are 64-bit integers useful for SHA-1 which uses 32-bit words?
link
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