Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
void Ciphertext::add(octetStream& os, int)
115
{
116
Ciphertext tmp(*params);
117
tmp.unpack(os);
118
*this += tmp;
119
}
120
121
void Ciphertext::rerandomize(const FHE_PK& pk)
122
{
Callers
5
add
Function · 0.45
Ring_Element.cpp
File · 0.45
add
Function · 0.45
pinv
Function · 0.45
forward
Method · 0.45
Calls
1
unpack
Method · 0.45
Tested by
no test coverage detected