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

Method get_copy_iterator

FHE/Ring_Element.cpp:468–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468RingReadIterator Ring_Element::get_copy_iterator() const
469{
470 assert(FFTD);
471 return *this;
472}
473
474RingWriteIterator Ring_Element::get_write_iterator()
475{

Callers 1

raise_levelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected