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

Method input

FHE/Rq_Element.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void Rq_Element::input(istream& s)
345{
346 s.read((char*)&lev, sizeof(lev));
347 check_level();
348 for (int i = 0; i <= lev; i++)
349 a[i].input(s);
350}
351
352void Rq_Element::check(const FHE_Params& params) const
353{

Callers 4

secure_initFunction · 0.45
read_or_generate_secretsFunction · 0.45
Create_MoreMethod · 0.45
loadMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected