MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / prepare

Method prepare

FHE/Ring_Element.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37void Ring_Element::prepare(const Ring_Element& other)
38{
39 assert(this != &other);
40 FFTD = other.FFTD;
41 rep = other.rep;
42 prepare_push();
43}
44
45void Ring_Element::prepare_push()
46{

Callers 4

addFunction · 0.45
subFunction · 0.45
mulFunction · 0.45
mul_by_X_iMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected