Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void AllCommitments::commit_and_open(const octetStream& message)
64
{
65
commit(message);
66
open();
67
}
68
69
void AllCommitments::commit(const octetStream& message)
70
{
Callers
1
create_more
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected