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

Method commit_and_open

Tools/Commit.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void AllCommitments::commit_and_open(const octetStream& message)
64{
65 commit(message);
66 open();
67}
68
69void AllCommitments::commit(const octetStream& message)
70{

Callers 1

create_moreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected