SHA-3 Standard [pdf]
nvlpubs.nist.gov
SHA-3 Standard [pdf]
1–10 of 91 posts
Re: SHA-3 Standard [pdf]
#2Here are responses to draft comments: https://www.federalregister.gov/articles/2015/08/05/2015-191...
Re: SHA-3 Standard [pdf]
#3Re: SHA-3 Standard [pdf]
#4For that matter, I haven't looked at the algorithm. Is it readily implementable in hardware?
Re: SHA-3 Standard [pdf]
#5Re: SHA-3 Standard [pdf]
#6For non-scientists, what does this mean? Is SHA-2 not good anymore? What should I do?
Re: SHA-3 Standard [pdf]
#7For non-scientists, what does this mean? Is SHA-2 not good anymore? What should I do?
My current favorite conservative hash choice is SHA512/256, which is the SHA-2 that generates a 512-bit output but truncates it to 256. It gives you the same length extension protection that is the most important feature of SHA-3, and is available in most libraries already.
I have never recommended to anyone that they switch from SHA-2 to SHA-3. I'm actually in "wait and see" mode about SHA-3; there are compelling other hashes available if you want to be ultra-modern about which hash you use.
Re: SHA-3 Standard [pdf]
#8Re: SHA-3 Standard [pdf]
#9Did NIST make any changes to the algorithm since? From what I can tell it looks like they only made clarifications.
To celebrate, here's a hacked-up keccak-512 implementation in Rust: https://github.com/pshc/keccak (I have yet to check whether it's actually SHA-3.)
Re: SHA-3 Standard [pdf]
#10For non-scientists, what does this mean? Is SHA-2 not good anymore? What should I do?