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

Method pack

FHEOffline/DataSetup.cpp:140–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139template <class FD>
140void PartSetup<FD>::pack(octetStream& os)
141{
142 os.append((octet*)"PARTSETU", 8);
143 params.pack(os);
144 FieldD.pack(os);
145 pk.pack(os);
146 sk.pack(os);
147 calpha.pack(os);
148 alphai.pack(os);
149}
150
151template <class FD>
152void PartSetup<FD>::unpack(octetStream& os)

Callers 1

checkMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected