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

Method get_write_iterator

FHE/Ring_Element.cpp:474–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474RingWriteIterator Ring_Element::get_write_iterator()
475{
476 assert(FFTD);
477 return *this;
478}
479
480vector<bigint> Ring_Element::to_vec_bigint() const
481{

Callers 1

ScaleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected