Hecate2 / python-sha-256

An implementation of the SHA-256 algorithm in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An implementation of the SHA-256 algorithm in Python.

License:MIT License


Languages

Language:Python 100.0%