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:
helib::ReplicateHandler

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()

helib::ExplicitReplicator::ExplicitReplicator ( std::vector< Ctxt > &  _v)
inline

Member Function Documentation

◆ handle()

virtual void helib::ExplicitReplicator::handle ( const Ctxt ctxt)
inlinevirtual