Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy loading of TenSEALContext #193

Closed
youben11 opened this issue Dec 16, 2020 · 1 comment · Fixed by #197
Closed

Lazy loading of TenSEALContext #193

youben11 opened this issue Dec 16, 2020 · 1 comment · Fixed by #197
Assignees
Labels
Type: New Feature ➕ Introduction of a completely new addition to the codebase

Comments

@youben11
Copy link
Member

Feature Description

When an Encrypted Tensor is deserialized, it need to be linked to a TenSEALContext to be operational, and that's why we require the context to be passed during deserialization. However, we can deserialize without the TenSEALContext, setting the tensor to be non functional, then requiring to link it to a specific context later to make it functional.

Is your feature request related to a problem?

We often expect the serialized output to be deserialized as is, without requiring extra information.

@youben11 youben11 added the Type: New Feature ➕ Introduction of a completely new addition to the codebase label Dec 16, 2020
@bcebere
Copy link
Member

bcebere commented Dec 18, 2020

I can work on this one.

@bcebere bcebere self-assigned this Dec 18, 2020
@bcebere bcebere mentioned this issue Dec 21, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants