/sha256

A simple c++ implementation for sha-256 hash function

Primary LanguageC++

sha256

A simple c++ implementation of sha-256 hash function.

How to use it:

  1. Clone the repository
  2. Compile it:
$ g++ src/* -o hash
  1. Run the binary:
$ ./hash