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

Method add

FHE/Ciphertext.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void Ciphertext::add(octetStream& os, int)
115{
116 Ciphertext tmp(*params);
117 tmp.unpack(os);
118 *this += tmp;
119}
120
121void Ciphertext::rerandomize(const FHE_PK& pk)
122{

Callers 5

addFunction · 0.45
Ring_Element.cppFile · 0.45
addFunction · 0.45
pinvFunction · 0.45
forwardMethod · 0.45

Calls 1

unpackMethod · 0.45

Tested by

no test coverage detected