Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm assuming that both SHA256 and Blake3 are using integer SIMD.


In some CPUs that may be true, but in many there are dedicated SHA instructions that amount to a SHA ASIC in the CPU.

AES units are even more common. Most non-tiny CPUs have them these days.


The AES and SHA instructions are part of the vector units so their energy will be similar to other integer SIMD instructions. The overhead of issuing the instruction is higher than the work that it does so the details don't matter.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: