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 **conv2d_im2col wrapper file** ## Further Information I'm trying to understand the image to vector encoding for the ckks encryption., however I can only find the class definition within...

Type: Question :grey_question:

Can I use the multiprocessing module to assign tasks like parameter creation of CKKS in multiple processors?

Type: Question :grey_question:

## Question Is it a bug or intended behavior when I get a "result ciphertext is transparent" error when multiplying a ckksvector with a numpy identity matrix? ## Further Information...

Type: Question :grey_question:

Is it possible to load public, relin and galois keys that are saved by SEAL library into TenSEAL? I am trying to find a way to load the 3 keys...

Type: Question :grey_question:

## Question self.conv1_weight = torch_nn.conv1.weight.data.view( torch_nn.conv1.out_channels, torch_nn.conv1.kernel_size[0], torch_nn.conv1.kernel_size[1] ).tolist() self.conv1_bias = torch_nn.conv1.bias.data.tolist() Can we also use this idea for maxpool and avgpool layers i.e. self.maxpool_weight = torch_nn.maxpool.weight.data.view( torch_nn.maxpool.kernel_size[0], torch_nn.maxpool.kernel_size[1] ).tolist()...

Type: Question :grey_question:

## Question **Can the TenSeal calculate the plurality of an encrypted vector?** ## Further Information For an encrypted vector Enc(pk,[1, 1, 1, 2, 2]), can we get the encrypted plural...

Type: Question :grey_question:

## Question Can TenSEAL be accelerated on a cluster of parallel computers? ## Further Information I think of building a small cluster of Raspberry Pis working as a small parallel...

Type: Question :grey_question:

## Question Example of plaintext matrix multiplied by ciphertext vector: ``` import numpy as np import tenseal as ts key_length = 4096 bits_scale = 24 coefficient_modulus = [30, bits_scale, bits_scale,...

Type: Question :grey_question:

## Question Hello, Is it possible to visualize the growing noise after an operation? Also, is it possible to set a threshold ? or at least to visualize it ?...

Type: Question :grey_question: