Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ update
Method
update
src/Crypt/CryptHash.py:51–52 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
49
return
self.sha512.digest()[0:32]
50
51
def
update(self, data):
52
return
self.sha512.update(data)
53
54
55
def
sha512t(data=None):
Callers
5
testSha
Method · 0.95
sha512sum
Function · 0.45
sha256sum
Function · 0.45
hashFiles
Method · 0.45
sign
Method · 0.45
Calls
no outgoing calls
Tested by
1
testSha
Method · 0.76