Question about adding a new FHE scheme that natively supports MatMul without encoding

Hi OpenFHE team,

Over last two years, I’m a OpenFHE’s user which mostly utilizing the library for my research on optimizing MatMul and Non-Linear functions in CKKS for Neural Networks. Recently, after experiencing the DesiloFHE library, I found out that they also support the new scheme called “Gentry-LEE (GL)”, which relevant to this paper: https://eprint.iacr.org/2025/1935.pdf
I just wonder if the team plan to add some new scheme which natively support the encrypted matrix multiplication of real value, instead of CKKS only.

Thank you for your question. We are looking into the GL scheme, but we have not made any plans for it yet. We will provide an update should we decide to implement and support it in OpenFHE.