Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ pack
Method
pack
FHEOffline/PairwiseMachine.cpp:115–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void PairwiseMachine::pack(octetStream& os) const
116
{
117
os.store(other_pks);
118
os.store(enc_alphas);
119
sk.pack(os);
120
}
121
122
void PairwiseMachine::unpack(octetStream& os)
123
{
Callers
2
setup_keys
Method · 0.45
set_mac_key
Method · 0.45
Calls
1
store
Method · 0.45
Tested by
no test coverage detected