MCPcopy 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
115void PairwiseMachine::pack(octetStream& os) const
116{
117 os.store(other_pks);
118 os.store(enc_alphas);
119 sk.pack(os);
120}
121
122void PairwiseMachine::unpack(octetStream& os)
123{

Callers 2

setup_keysMethod · 0.45
set_mac_keyMethod · 0.45

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected