Skip to content

MKHE and alternatives #548

Closed Answered by ChristianMct
mar1n3r0 asked this question in Q&A
Apr 13, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Lattigo implements the Threshold approach to multiparty FHE. Whether or not this approach can achieve your desired functionality depends non the setting.

The difference between the Multikey (MkHE) and Threshold (ThHE) approaches is that ThHE requires a setup phase among the key holders of at least one round of communication (~ to establish a common encryption key, which makes the homomorphic arithmetic more efficient than MkHE). So if it is practical for the two parties in your scenario to perform a setup phase prior to the computation, ThHE can achieve the desired functionality.

For more information on threshold schemes, please refer to the README.md of the multiparty package. Note that …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mar1n3r0
Comment options

Answer selected by mar1n3r0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants