python-sha-256 icon indicating copy to clipboard operation
python-sha-256 copied to clipboard

An implementation of the SHA-256 algorithm in Python.

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