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

https://github.com/purplelemons-dev/sha256-python

I took the pseudocode from https://en.wikipedia.org/wiki/SHA-2#Pseudocode and developed it in Python :D
https://github.com/purplelemons-dev/sha256-python

Last synced: 4 days ago
JSON representation

I took the pseudocode from https://en.wikipedia.org/wiki/SHA-2#Pseudocode and developed it in Python :D

Awesome Lists containing this project

README

          

# sha256-python
I took the pseudocode from https://en.wikipedia.org/wiki/SHA-2#Pseudocode and translated it into Python.