networkClient.cpp 320 B

123456789
  1. #include "networkClient.hpp"
  2. PrsonaNetworkClient::PrsonaNetworkClient(
  3. const std::vector<Proof>& generatorProof,
  4. const Twistpoint& elGamalBlindGenerator,
  5. const BGNPublicKey& serverPublicKey,
  6. size_t numServers)
  7. : PrsonaClient(generatorProof, elGamalBlindGenerator, serverPublicKey, numServers)
  8. { /* */ }