MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / sha1.py

File sha1.py

hashes/sha1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Demonstrates implementation of SHA1 Hash function in a Python class and gives utilities
3to find hash of string or hash of text from a file.
4Usage: python sha1.py --string "Hello World!!"

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected