6 #ifndef PRIVPOINTLOC_PRIVPOINTUTIL_H 7 #define PRIVPOINTLOC_PRIVPOINTUTIL_H 34 helib::Ctxt
secureLT(
Encryptor &,
int,
int, helib::Ctxt, helib::Ptxt<helib::BGV>);
45 helib::Ctxt
secureGT(
Encryptor &,
int,
int, helib::Ctxt, helib::Ptxt<helib::BGV>);
helib::Ctxt secureGT(Encryptor &, int, int, helib::Ctxt, helib::Ptxt< helib::BGV >)
Definition: PrivPointUtil.cpp:38
Definition: Encryptor.h:12
helib::Ctxt binaryMult(Encryptor &, int, int, helib::Ctxt, helib::Ptxt< helib::BGV >, int)
Definition: PrivPointUtil.cpp:313
std::vector< long > encodePoint(int, int, int)
Definition: PrivPointUtil.cpp:9
int processResult(Encryptor &, helib::Ctxt, int, int)
Definition: PrivPointUtil.cpp:452
helib::Ctxt binaryAdd(Encryptor &, int, int, helib::Ctxt, helib::Ptxt< helib::BGV >)
Definition: PrivPointUtil.cpp:394
Definition: PrivPointUtil.h:11
helib::Ctxt secureLT(Encryptor &, int, int, helib::Ctxt, helib::Ptxt< helib::BGV >)
Definition: PrivPointUtil.cpp:111