Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void 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
51
octetStream Hash::final()
52
{
Callers
11
Check_Broadcast
Method · 0.45
append_hashes
Method · 0.45
check_hashes
Method · 0.45
Check
Method · 0.45
Check
Method · 0.45
check
Method · 0.45
parse_with_error
Method · 0.45
check_program
Method · 0.45
hash_with_id
Method · 0.45
commit
Method · 0.45
hash
Method · 0.45
Calls
3
resize_precise
Method · 0.80
reset_write_head
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected