TenSEAL icon indicating copy to clipboard operation
TenSEAL copied to clipboard

A library for doing homomorphic encryption operations on tensors

Results 149 TenSEAL issues
Sort by recently updated
recently updated
newest added

## Question Whether CKKS scheme uses FFT ## Further Information Hi all, Does CKKS scheme in module tenseal make of FFT for accelerating the computation? There is an implementation in...

Type: Question :grey_question:

## Description I am looking to deploy something using this on AWS graviton, but unfortunately there is no wheel available. Would it be possible to add this to your build...

Type: Improvement :chart_with_upwards_trend:

## Description Hello. I was wondering if you have the plan to support mult-key version of BFV and CKKS in TenSeal? e.g. https://eprint.iacr.org/2019/524.pdf I think Lattigo has already supported that...

Type: Improvement :chart_with_upwards_trend:

Hello, I'm trying to multiply a vector of length ***in_len*** with a matrix of size ***(in_len, out_len)***. However, I found the result deviates greatly when ***out_len*** exceeds a certain value....

Type: Question :grey_question:

Currently, in encrypted inference, we encrypt images one by one when calling ts.im2col_encoding() function and do encrypted inference on "model(context, x_enc, windows_nb)" on one sample x_enc. I think we have...

Type: Improvement :chart_with_upwards_trend:

## Description I want to install tenseal on my raspberrypi, but I failed. ## How to Reproduce I try to install tenseal on raspberrypi Zero W by `pip install tenseal`,...

Type: Bug :bug:

Has any comparative analysis been done between [OpenMined’s TenSEAL](https://github.com/OpenMined/TenSEAL) and [Microsoft SEAL](https://github.com/microsoft/SEAL)? Specifically interested in differences in performance, security, scalability, and ease of integration, especially for machine learning applications. Would...

Type: Question :grey_question:

When the size of the matrix A is a little large, for example, 192 * 784. It fails when calculating the multiplication of the encrypted A and a plaintext vector...

Type: Bug :bug:

## Question **Does TenSEAL support vector/ciphertext rotation? If so, how exactly can I implement it in Python?** ## Further Information I want to perform cyclic shifts/rotations on ciphertext vectors encoded...

Type: Question :grey_question: