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

Method unpack

Tools/BitVector.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void BitVector::unpack(octetStream& o)
158{
159 resize(o.get_int(8));
160 o.consume((octet*)bytes, nbytes);
161}
162
163BitVector& BitVector::operator =(const octetStream other)
164{

Callers 5

Create_RandomFunction · 0.45
getMethod · 0.45
unserializeMethod · 0.45
Commit_And_OpenFunction · 0.45
OpenFunction · 0.45

Calls 2

get_intMethod · 0.45
consumeMethod · 0.45

Tested by

no test coverage detected