MCPcopy 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
33void Hash::update(const octetStream& os)
34{
35 update(os.get_data(), os.get_length());
36}
37
38void Hash::update(const string& str)
39{

Callers 11

report_sizeMethod · 0.45
addMethod · 0.45
generate_ciphertextsMethod · 0.45
generate_proofMethod · 0.45
create_moreMethod · 0.45
prep-usage.pyFile · 0.45
reading-table.pyFile · 0.45
hash_with_idMethod · 0.45
hash_updateFunction · 0.45
commitMethod · 0.45
hashMethod · 0.45

Calls 4

get_dataMethod · 0.80
get_lengthMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected