Skip to content

xcastilla/SHA-256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SHA-256

Usage

# With text input
python3 src/sha-256.py -t 'Hello world'
# With file input
python3 src/sha-256.py -f [file]

Linting and type checking

flake8 --config=.flake8 src/sha-256.py
mypy src/sha-256.py

About

SHA-256 implementation in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages