You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 -
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
The text was updated successfully, but these errors were encountered: