Skip to content

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

Notifications You must be signed in to change notification settings

SubatomicPlanets/SimplePythonSHA256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages