TenSEAL 0.1.0a0 Release Notes
Pre-release
Pre-release
This is the first official release of TenSEAL, so we will mainly focus on what this first version have been building so far
- Encryption/Decryption of vectors of real numbers or integers using either CKKS or BFV respectively
- Element-wise addition, substraction and multiplication of encrypted-encrypted vectors and encrypted-plain vectors
- Dot product and vector-matrix multiplication
- Complete SEAL API under
tenseal.sealapi
- Support for Linux, Windows and MacOS
- Support for Python 3.6, 3.7 and 3.8
- Docker images with TenSEAL for Python 3.6, 3.7 and 3.8
- Tutorial for Getting Started
- Automation of build, release and tests of both Python and C++ code.
Thanks to all the contributors of the TenSEAL library, more specifically to @philomath213 and @bcebere for their time and efforts spent to be able able to make this first release.