gitextract_c0tv96n1/ ├── .gitexcludes ├── .github/ │ └── workflows/ │ └── codeql-analysis.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── LICENSE ├── Makefile ├── README.md ├── examples/ │ ├── CMakeLists.txt │ └── example1.cpp ├── include/ │ ├── gf.hpp │ ├── poly.hpp │ └── rs.hpp ├── tests/ │ ├── CMakeLists.txt │ ├── gftest.cpp │ ├── gftest.hpp │ ├── performancetest.cpp │ ├── performancetest.hpp │ ├── rstest.cpp │ ├── rstest.hpp │ └── tests.cpp └── x32.cmake_toolchain