#include "networkClient.hpp" PrsonaNetworkClient::PrsonaNetworkClient( const std::vector& generatorProof, const Twistpoint& elGamalBlindGenerator, const BGNPublicKey& serverPublicKey, size_t numServers) : PrsonaClient(generatorProof, elGamalBlindGenerator, serverPublicKey, numServers) { /* */ }