Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
void BitVector::unpack(octetStream& o)
158
{
159
resize(o.get_int(8));
160
o.consume((octet*)bytes, nbytes);
161
}
162
163
BitVector& BitVector::operator =(const octetStream other)
164
{
Callers
5
Create_Random
Function · 0.45
get
Method · 0.45
unserialize
Method · 0.45
Commit_And_Open
Function · 0.45
Open
Function · 0.45
Calls
2
get_int
Method · 0.45
consume
Method · 0.45
Tested by
no test coverage detected