SHA-3 implementation

Feb 19, 2015 at 3:51pm
Hi,
I'd like to implement SHA-3 using C++. I was unable to pull the paper having the algorithm from NIST. Would anyone here happen to know where I can find it?
Feb 19, 2015 at 4:18pm
You mean this one right here?: http://csrc.nist.gov/publications/drafts/fips-202/fips_202_draft.pdf

Keep in mind that this is still in draft status. It hasn't been finalized yet.
Feb 19, 2015 at 5:32pm
Yes. I came across the draft and read later that there were modifications to the hash. Is there a final paper or can this be used as is?
Feb 19, 2015 at 6:01pm
AFAIK, the draft is all that's official right now. The standard hasn't been finalized yet.
Last edited on Feb 19, 2015 at 6:03pm
Feb 19, 2015 at 8:49pm
Thanks CG. Very helpful info.

Just in case others stumble across this thread: Guys, the latest on SHA 2 for your implementations can be found at http://csrc.nist.gov/groups/STM/cavp/documents/shs/sha256-384-512.pdf
Topic archived. No new replies allowed.