Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ FixedVector
Method
FixedVector
Tools/FixedVector.h:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
static const size_t MAX_SIZE = L;
21
22
FixedVector()
23
{
24
used_size = 0;
25
}
26
27
FixedVector(const vector<T>& other)
28
{
Callers
nothing calls this directly
Calls
3
begin
Method · 0.95
size
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected