Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
void BitVector::pack(octetStream& o) const
152
{
153
o.store_int(nbits, 8);
154
o.append((octet*)bytes, nbytes);
155
}
156
157
void BitVector::unpack(octetStream& o)
158
{
Callers
6
Create_Random
Function · 0.45
update
Method · 0.45
file_signature
Function · 0.45
store
Method · 0.45
Commit_And_Open
Function · 0.45
Commit
Function · 0.45
Calls
2
store_int
Method · 0.80
append
Method · 0.45
Tested by
no test coverage detected