Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void Ciphertext::Scale()
35
{
36
Scale(params->get_plaintext_modulus());
37
}
38
39
40
void add(Ciphertext& ans,const Ciphertext& c0,const Ciphertext& c1)
Callers
6
Reshare
Function · 0.45
decrypt_any
Method · 0.45
dist_decrypt_1
Method · 0.45
get_noise
Method · 0.45
mul
Function · 0.45
rerandomize
Method · 0.45
Calls
1
get_plaintext_modulus
Method · 0.80
Tested by
no test coverage detected