Language Used: C++17
-
This is the Implemtation of SHA-256 Hashing Algorithm in C++, according to the specification mentioned on the NIST Website.
-
The C++ Program of my Implementation, asks the user to enter a String (of length < 2^64) and outputs its Hash Value (calculated using SHA-256).
-
You will be able to run this program on your PC (with G++ installed), or any online editor.