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

## Description Bazel is compatbile with Windows, but the workflows fail on that platform. There are several issues to fix: - SEAL build: we should be able to compile SEAL...

Build
Type: Testing :test_tube:

## What? We should add a tutorial explaining how to set the parameters properly to achieve the required computation (maybe even for different level of security) ## Additional Context A...

Type: Documentation :books:

We should add a flag for disabling/enabling SEALAPI full bindings from the build.

Build

## Feature Description It would be nice to expose the rotate vector function through the tensor API. This would provide users with a more intuitive method of rotating vectors as...

Type: New Feature :heavy_plus_sign:

fixing typo (substraction) ## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or...

## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...

Hello, In the tutorials Logistic Regression model is built using the Tenseal for a Classification problem. I'm planning to implement with Linear Regression using Tenseal for a Regression Dataset. I'm...

Type: Question :grey_question:

Hi, Does tenseal support RNS?

Type: Question :grey_question:

## Question ``` import numpy as np import tenseal as ts def keyGen(key_length=4096): bits_scale = 24 coefficient_modulus = [30, 24, bits_scale, 30] if key_length == 8192: # bits_scale = 26...

Type: Question :grey_question:

Hi, Does tenseal support bootstrapping? BR

Type: Question :grey_question: