Skip to content

☝️Implementation and console application of Sha256 hash function.

License

Notifications You must be signed in to change notification settings

red-sayed/Sha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☝️Sha256

plot

What is it?

This is an implementation and console application of Sha256 hash function, one of the most famous hash function. It is a part of RedLibrary.

How to use?

Function prototype:

// Get sha256 hash.
std::string * Sha256Hash(std::string * input);

What about speed?

Speed test can be found here.

Tech notes:

  • It understands all ASCII characters.
  • It's rather fast.

Example:

plot

All material in this repository is in the public domain.