Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ update
Method
update
Tools/Hash.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void Hash::update(const octetStream& os)
34
{
35
update(os.get_data(), os.get_length());
36
}
37
38
void Hash::update(const string& str)
39
{
Callers
11
report_size
Method · 0.45
add
Method · 0.45
generate_ciphertexts
Method · 0.45
generate_proof
Method · 0.45
create_more
Method · 0.45
prep-usage.py
File · 0.45
reading-table.py
File · 0.45
hash_with_id
Method · 0.45
hash_update
Function · 0.45
commit
Method · 0.45
hash
Method · 0.45
Calls
4
get_data
Method · 0.80
get_length
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected