rbost / ciphermed

Implementation of "Machine Learning Classification over Encrypted Data" by Raphael Bost, Raluca Ada Popa, Stephen Tu and Shafi Goldwasser
38 stars 29 forks source link

Compilation Error #4

Open WhiteCatFly opened 5 years ago

WhiteCatFly commented 5 years ago

I got

mpc/change_encryption_scheme.cc: In member function ‘Ctxt Change_ES_FHE_to_GM_A::unblind(const Ctxt&, const FHEPubKey&, const EncryptedArray&)’:
mpc/change_encryption_scheme.cc:45:15: error: ‘class PlaintextArray’ has no member named ‘encode’
         array.encode(1);

when I make under src/

guipuuovo commented 3 years ago

how deal with it?