Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 553 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 553 Bytes

SHA-256 Hashing Algorithm

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.