anshul92101 / FHE-Schulze

Implementation of primitives used for Private Computation of Schulze Voting using HElib
2 stars 0 forks source link

Error: ‘Ctxt’ does not name a type #1

Closed Kindhearted57 closed 4 years ago

Kindhearted57 commented 4 years ago

When sudo make, this error occurs. The source code of HELib is a little complicated, so can you help me find out how to solve this problem? It seems somethings is wrong with Ctxt....

Kindhearted57 commented 4 years ago

I found out:) using namespace helib is missing in both .h and .cpp file. Besides, some of the variable/the name of the function has changed name.