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

Method pack

Tools/BitVector.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151void BitVector::pack(octetStream& o) const
152{
153 o.store_int(nbits, 8);
154 o.append((octet*)bytes, nbytes);
155}
156
157void BitVector::unpack(octetStream& o)
158{

Callers 6

Create_RandomFunction · 0.45
updateMethod · 0.45
file_signatureFunction · 0.45
storeMethod · 0.45
Commit_And_OpenFunction · 0.45
CommitFunction · 0.45

Calls 2

store_intMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected