TenSEAL Versions Save

A library for doing homomorphic encryption operations on tensors

v0.3.5

2 years ago

Changelog:

v0.3.4

2 years ago

Changelog:

v0.3.3

3 years ago

Changelog:

v0.3.2

3 years ago

Changelog:

v0.3.1

3 years ago

Changelog:

  • Python 3.9 build
  • CKKSTensor support for broadcasting and transpose operations.
  • SEAL bindings improvements.
  • Bazel 4.0 support.

Dependencies:

v0.3.0-py39

3 years ago

Changelog:

  • Upload v0.3.0 for Python 3.9

v0.3.0

3 years ago

Changelog since v0.1.0

New features:

  • CKKSTensor: a more flexibile CKKS tensor, which can encrypt N-dimensional tensors. Supports reshaping and broadcasting. Built on top of xtensor.
  • PlainTensor: a bridge between different tensor formats and the internal encrypted format.
  • Serialization using Protobuffers.
  • Convolutions evaluation support.

Misc:

  • Several tutorials added here.
  • SEAL 3.6.2.
  • Linux: Compile the library using Clang.

v0.3.0a6

3 years ago

0.3.0a5

3 years ago

Changelog:

0.3.0a4

3 years ago

Changelog:

  • Hotfix for lazy context serialization issue.