Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ raise_level
Method
raise_level
FHE/Rq_Element.cpp:287–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void Rq_Element::raise_level()
288
{
289
if (lev==n_mults()) { return; }
290
lev=1;
291
a[1].from(a[0].get_copy_iterator());
292
}
293
294
void Rq_Element::check_level() const
295
{
Callers
3
compute_enc_dash
Method · 0.80
check_randomness
Function · 0.80
mul
Function · 0.80
Calls
2
get_copy_iterator
Method · 0.80
from
Method · 0.45
Tested by
no test coverage detected