Hello, I keep experiencing this same error when doing any multiplications or ciphertext by ciphertext multiplications (scalar multiplications do not trigger the error):
‘std::out_of_range’
what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
I get this error even when running the example program simple.cpp in the new version of FIDESlib. This leads me to believe it may be a library issue with OpenFHE/FIDESlib. Please let me know if you have seen this before!