# <p><div class="lev1 toc-item"><a href="#Benchmark-of-the-SHA256-hash-function,-with-Python,-Cython-and-Numba" data-toc-modified-id="Benchmark-of-the-SHA256-hash ...
This project recreates the SHA256 algorithm in Python similar to the Python module hashlib. It can take in any string and outputs a 256 bit hash that is not reversible. Implement a bitstring class ...