Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 723 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 723 Bytes

☝️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.