-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make ciphertext inputs global per request
Instead of passing in ciphertexts as part of the SyncInput, pass them globally for the whole request. Decompress them into a map that lives for the duration of the request. Computations then refer to ciphertexts in the map via handles, applying to inputs, compressed ciphertexts and results. Above also allows for use of results as inputs in subsequent computations.
- Loading branch information
1 parent
112ce72
commit eab925b
Showing
4 changed files
with
232 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.