SHA-3 implementation

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?
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.
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?
AFAIK, the draft is all that's official right now. The standard hasn't been finalized yet.
Last edited on
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.