Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ hexdigest
Method
hexdigest
src/Crypt/CryptHash.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
self.sha512 = hashlib.sha512()
44
45
def
hexdigest(self):
46
return
self.sha512.hexdigest()[0:64]
47
48
def
digest(self):
49
return
self.sha512.digest()[0:32]
Callers
6
testSha
Method · 0.95
sha512sum
Function · 0.45
sha256sum
Function · 0.45
random
Function · 0.45
wrapSocket
Method · 0.45
actionWrapper
Method · 0.45
Calls
no outgoing calls
Tested by
1
testSha
Method · 0.76