├── CMakeLists.txt ├── LICENSE ├── find_polynomial.cpp └── readme.md /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DohyeongKi/better-homomorphic-sine-evaluation/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DohyeongKi/better-homomorphic-sine-evaluation/HEAD/LICENSE -------------------------------------------------------------------------------- /find_polynomial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DohyeongKi/better-homomorphic-sine-evaluation/HEAD/find_polynomial.cpp -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DohyeongKi/better-homomorphic-sine-evaluation/HEAD/readme.md --------------------------------------------------------------------------------