Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void 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
45
void Ring_Element::prepare_push()
46
{
Callers
4
add
Function · 0.45
sub
Function · 0.45
mul
Function · 0.45
mul_by_X_i
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected