Difference between revisions of "Multi-party computation"

(Created page with "MPC (Multi Party Computation) is a secure computation that several participants jointly execute.   It requires that the number of participants who do not trust each other co...")
 
(No difference)

Latest revision as of 01:48, 26 April 2022

MPC (Multi Party Computation) is a secure computation that several participants jointly execute.  

It requires that the number of participants who do not trust each other come together to jointly perform an operation over their inputs while keeping the inputs private from each other.

A threshold signature scheme or TSS is the name given to this process in the context of distributed key generation and distributed signing.