|
Secure Hash Algorithms
Secure Hash Algorithms implementation in C
|
This is a C implementation of the following Secure Hash Algorithms:
The Secure Hash Algorithms are a family of cryptographic hash functions published by the National Institute of Standards and Technology (NIST) as a U.S. Federal Information Processing Standard (FIPS).
This implementation directly follows the standard available at https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf.
Once in the project folder, compile and run tests with:
And if you wish to generate the documentation:
Documentation is available online at https://morgangte.github.io/sha/.
Please first check dependencies. Then, generate the documentation with:
Access it via any browser, e.g. with Firefox:
Source code is available at https://github.com/morgangte/sha.
Morgan Gillette