cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
SHA-3 implementation
SHA-3 implementation
Feb 19, 2015 at 3:51pm UTC
codeman123
(7)
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 UTC
Computergeek01
(5613)
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 UTC
codeman123
(7)
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 UTC
Computergeek01
(5613)
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 UTC
Feb 19, 2015 at 8:49pm UTC
codeman123
(7)
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.