This version mainly introduce a new tensor type, the CKKSTensor, which can encrypts N-dimensional tensors, with the ability to use one axis as the batch_axis, which will be stored along ciphertext slots.
New features
- CKKSTensor (156, 168, 169, 170, 171, 173)
- PlainTensor (167, 170)
Bug fixes
- Race condition on multiworkers (151)
- Fix Centos scripts (149)
Other
- We now link protobuf statically, so the running system doesn't need the library to be installed (177)
- We now use SEAL 3.6 (158)
- Refactoring and library improvements (153, 167)