The PALISADE-CPU backend is a Reference backend engine for HEBench which is a shared library that implements the required functions specified in either the hebench::APIBridge or hebench::cpp wrapper. It is intended only as a reference on how to implement a PALISADE backend for HEBench and it is not fully optimized for performance.
Describe the bug
Especially for large input sizes, user selections weren't getting verified as actually runnable by the backend.
To Reproduce
Steps to reproduce the behavior:
Additional context
N/A