/python-sha-256

An implementation of the SHA-256 algorithm in Python.

Primary LanguagePythonMIT LicenseMIT

Python-SHA-256

An implementation of the SHA-256 algorithm in Python.

The code follows the NIST FIPS 180-4 standard as closely as possible for maximum clarity. The standard can be found here: http://dx.doi.org/10.6028/NIST.FIPS.180-4