openfheorg / openfhe-development

This is the development repository for the OpenFHE library. The current (stable) version is v1.2.0 (released on June 25, 2024).
BSD 2-Clause "Simplified" License
663 stars 170 forks source link

Optimized BFV/BFV operations involving plaintexts #730

Closed yspolyakov closed 3 months ago

yspolyakov commented 3 months ago

The runtime of ctxt/ptxt is now 1.5-3x faster than before (depending on the machine used for measurements). The packing now takes more time because it calls NTTs at the end rather than during subsequent ctxt/ptxt operations.