-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
FunctionalityWether this library supports a certain operation or notWether this library supports a certain operation or not
Milestone
Description
Describe the feature
Essentially I am trying to perform addition on two secret keys and I want to use the resulting key as a secret key for another Pyfhel object that generates a public key based on this secret key.
So there are two requirements -
- API to get poly coeff. for the keys (support for arithmetic would be helpful as well)
- keyGen() with a support to use the existing secret key? (I am guessing it might be there already with the current keygen api if I load using from_bytes_secret_key)
Is this feature related to a project/objective? Please describe briefly
I am working on a project that requires Homomorphic secret sharing and the above requirement should be enough I believe for doing everything else to simulate HSS functionality.
Let me know what you think
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FunctionalityWether this library supports a certain operation or notWether this library supports a certain operation or not