인사이트로 돌아가기 Company News
Library Team · DESILO·
DESILO FHE Library v1.15.0 Release Notes
DESILO FHE Library v1.15.0 is now available (released 2026-07-08). Highlights:
- Improved overall GPU performance. CKKS Bootstrap in
async gpumode is now 2-3 times faster, depending on the GPU. - Added the
rollmethod for CKKS ciphertexts and plaintexts. For now, it is an alias of the existingrotatefunction. Starting from version2.0, which is planned for release later this year,rotatewill mean left rotation, as is commonly used in FHE literature, whilerollwill mean right rotatation, as used innumpy. - Fixed a bug where calling
multiply_matrixwith a CKKS ciphertext in NTT form would produce an incorrect result when the ciphertet level matched the plain matrix level.
Full release notes: https://fhe.desilo.dev/latest/release_notes/