MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / final

Method final

Tools/Hash.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void Hash::final(octetStream& os)
44{
45 os.resize_precise(hash_length);
46 os.reset_write_head();
47 final(os.append(hash_length));
48 reset();
49}
50
51octetStream Hash::final()
52{

Callers 11

Check_BroadcastMethod · 0.45
append_hashesMethod · 0.45
check_hashesMethod · 0.45
CheckMethod · 0.45
CheckMethod · 0.45
checkMethod · 0.45
parse_with_errorMethod · 0.45
check_programMethod · 0.45
hash_with_idMethod · 0.45
commitMethod · 0.45
hashMethod · 0.45

Calls 3

resize_preciseMethod · 0.80
reset_write_headMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected