Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ SHA256
Function
SHA256
projects/Bitcoin Mining/mine.py:11–12 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
9
10
11
def
SHA256(text):
12
return
sha256(text.encode(
"ascii"
)).hexdigest()
13
14
15
## mining the block
Callers
1
mine
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected