Skip to content

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

Notifications You must be signed in to change notification settings

andre-meneses/sha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages