Tenseal

Latest version: v0.3.14

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.3.0a4

Changelog:
- Hotfix for lazy context serialization issue.

0.3.0a3

Changelog:
- PlainTensor serialization support

0.3.0a2

Changelog:
- Lazy context support: allows us to deserialize tensors and link the context later(https://github.com/OpenMined/TenSEAL/pull/197).
- CKKSTensor reshape support (https://github.com/OpenMined/TenSEAL/pull/194).
- CKKSTensor Dot operation(https://github.com/OpenMined/TenSEAL/pull/196).
- matmul API updates (https://github.com/OpenMined/TenSEAL/pull/208)
- TensorStorage with xtensor(https://github.com/OpenMined/TenSEAL/pull/198)
- Symmetric encryption support (https://github.com/OpenMined/TenSEAL/pull/210)

0.3.0a1

We introduce new Python wrappers for all low level objects (185). Previously, the python API interacted directly with the binded low level objects. However, we now have a Python class wrapping every low level objects.
**The API is still the same.**

0.3.0a0

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)

0.2.0a1

Fix package build on release 147

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.