This is an implementation and console application of Sha256 hash function, one of the most famous hash function. It is a part of RedLibrary.
Function prototype:
// Get sha256 hash.
std::string * Sha256Hash(std::string * input);
Speed test can be found here.
- It understands all ASCII characters.
- It's rather fast.
All material in this repository is in the public domain.