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

Method commit

Tools/Commit.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void Commitment::commit(const octetStream& message)
38{
39 open.reset_write_head();
40 open.append_random(SEED_SIZE);
41 commit(message, open);
42}
43
44void Commitment::commit(const octetStream& message, const octetStream& open)
45{

Callers 1

covert_key_generationMethod · 0.80

Calls 6

append_randomMethod · 0.80
reset_write_headMethod · 0.45
updateMethod · 0.45
finalMethod · 0.45
my_numMethod · 0.45
Broadcast_ReceiveMethod · 0.45

Tested by

no test coverage detected