OpenMined / TenSEAL

A library for doing homomorphic encryption operations on tensors
Apache License 2.0
837 stars 158 forks source link

Bfvvector polyval #391

Closed pierreeliseeflory closed 2 years ago

pierreeliseeflory commented 2 years ago

Description

Implement polynomial evaluation for BFVVector. Closes #250

How has this been tested?

Tests have been implemented for the Python and C++ interfaces according to the previous work done for BFVTensor and CKKSVector.

Checklist