Hacker News new | ask | show | jobs
by mtgx 3241 days ago
Intel has recently implemented SHA1 in hardware. So give it another decade or so.
2 comments

SHA-1 & SHA-256 were both implemented at the same time.

https://en.wikipedia.org/wiki/Intel_SHA_extensions

hopefully SHA-3 (or better, the Keccak permutation) is implemented in hardware first.
> SHA-3 (or better, the Keccak permutation)

SHA-3 is just Keccak with specific capacities. If you mean that they should not implement only the standard SHA-3 functions then I agree, having c/raw/SHAKE256 as well would be nice.

Implementing the permutation would be even better, because other stuff like Strobe, Keyak, Ketje, etc... could use it.