Problem statement

https://en.wikipedia.org/wiki/Secure_multi-party_computation https://github.com/binance-chain/tss-lib

The current implementation of TSS/MPC lack scalability and have an upper bound for the subset of nodes that can be included in an MPC without loosing in speed:

but none of them proved to be time tested and none have formal crypto verification

The task

  1. Do research on current proposals for scaling improvements
  1. Propose or select an algorithm that can be used to scale a TSS/MPC setup
  1. Implement a Proof of Concept of this algorithm with any approved languages (Rust/GO)