MCPcopy 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
287void 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
294void Rq_Element::check_level() const
295{

Callers 3

compute_enc_dashMethod · 0.80
check_randomnessFunction · 0.80
mulFunction · 0.80

Calls 2

get_copy_iteratorMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected