Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 236 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 236 Bytes

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