Skip to content
/ sha-256 Public

Implementation of the SHA-256 hashing algorithm in C++.

License

Notifications You must be signed in to change notification settings

px86/sha-256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA-256 hashing algorithm implementation

SHA256 hashing algorithm implementation in C++. (to be used in future projects)

Note

  • slower than the sha256sum executable (pure C implementation) present in most linux like systems, by about 60% for large files (e.g. 1.5GiB)

About

Implementation of the SHA-256 hashing algorithm in C++.

Topics

Resources

License

Stars

Watchers

Forks