MCPcopy 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
11def SHA256(text):
12 return sha256(text.encode("ascii")).hexdigest()
13
14
15## mining the block

Callers 1

mineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected