Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ set
Method
set
FHE/Ciphertext.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
13
void Ciphertext::set(const Rq_Element& a0, const Rq_Element& a1,
14
const FHE_PK& pk)
15
{
16
set(a0, a1, pk.a().get(0).get_element(0).get_limb(0));
17
}
18
19
20
word check_pk_id(word a, word b)
Callers
1
mul
Function · 0.45
Calls
3
get_element
Method · 0.80
get_limb
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected