An open API service indexing awesome lists of open source software.

https://github.com/subatomicplanets/simplepythonsha256

A simple implementation of the SHA-256 hashing algorithm in python
https://github.com/subatomicplanets/simplepythonsha256

Last synced: 12 months ago
JSON representation

A simple implementation of the SHA-256 hashing algorithm in python

Awesome Lists containing this project

README

          

# SimplePythonSHA256
A simple implementation of the SHA-256 hashing algorithm in Python.

This is a simple implementation that is not optimized at all. If you would like better performance, you can try hashlib.sha256 or other alternatives.

This was a simple one-day practice project and was not tested a lot. If you would like to understand SHA-256 better or look at a simple implementation, then this is for you.