andre-meneses / sha256

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%