MCPcopy 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
13void 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
20word check_pk_id(word a, word b)

Callers 1

mulFunction · 0.45

Calls 3

get_elementMethod · 0.80
get_limbMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected