├── 7_polyeval.cpp ├── CMakeLists.txt ├── README.md ├── header.h ├── mvproduct.cpp ├── mvproduct_main.cpp └── polyeval_main.cpp /7_polyeval.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haochenuw/algorithms-in-SEAL/HEAD/7_polyeval.cpp -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haochenuw/algorithms-in-SEAL/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haochenuw/algorithms-in-SEAL/HEAD/README.md -------------------------------------------------------------------------------- /header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haochenuw/algorithms-in-SEAL/HEAD/header.h -------------------------------------------------------------------------------- /mvproduct.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haochenuw/algorithms-in-SEAL/HEAD/mvproduct.cpp -------------------------------------------------------------------------------- /mvproduct_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haochenuw/algorithms-in-SEAL/HEAD/mvproduct_main.cpp -------------------------------------------------------------------------------- /polyeval_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haochenuw/algorithms-in-SEAL/HEAD/polyeval_main.cpp --------------------------------------------------------------------------------