Questions: Multi-Party Computation

2 questions to test your understanding

Score: 0 / 2
Question 1 Short Answer

Why is MPC considered 'universal' despite being computationally expensive?

Think about your answer, then reveal below.
Question 2 Multiple Choice

In secret-sharing-based MPC (e.g., Shamir secret sharing), how does computation on shared secrets work?

AShared secrets cannot be operated on; the scheme is only for storage
BAddition and multiplication of secret shares can be performed locally without revealing the underlying secret; addition is linear, multiplication requires interaction (communication)
COnly addition is possible; multiplication of secrets is impossible
DComputation on secrets requires reconstructing them, revealing secrets to all parties