Skip to content

TenSEAL 0.3.0a0 Release Notes

Pre-release
Pre-release
Compare
Choose a tag to compare
@youben11 youben11 released this 05 Dec 15:07
122fa26

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

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)