helib::ExplicitReplicator Class Reference
An implementation of ReplicateHandler that explicitly returns all the replicated ciphertexts in one big vector. More...
Inheritance diagram for helib::ExplicitReplicator:
Public Member Functions | |
| ExplicitReplicator (std::vector< Ctxt > &_v) | |
| virtual void | handle (const Ctxt &ctxt) |
Public Member Functions inherited from helib::ReplicateHandler | |
| virtual | ~ReplicateHandler () |
| virtual bool | earlyStop (long d, long k, long prodDim) |
Detailed Description
An implementation of ReplicateHandler that explicitly returns all the replicated ciphertexts in one big vector.
This is useful mostly for debugging purposes, for real parameters it would take a lot of memory.
Constructor & Destructor Documentation
◆ ExplicitReplicator()
|
inline |
Member Function Documentation
◆ handle()
|
inlinevirtual |
Implements helib::ReplicateHandler.
Public Member Functions inherited from
1.9.1