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

Method Scale

FHE/Ciphertext.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34void Ciphertext::Scale()
35{
36 Scale(params->get_plaintext_modulus());
37}
38
39
40void add(Ciphertext& ans,const Ciphertext& c0,const Ciphertext& c1)

Callers 6

ReshareFunction · 0.45
decrypt_anyMethod · 0.45
dist_decrypt_1Method · 0.45
get_noiseMethod · 0.45
mulFunction · 0.45
rerandomizeMethod · 0.45

Calls 1

get_plaintext_modulusMethod · 0.80

Tested by

no test coverage detected