Currently, our signing operation includes all available nodes in the signing process. However, in tss-lib, only t+1 nodes are required to generate a valid threshold signature.
To reduce latency and network roundtrips, we propose changing the implementation to only involve t+1 nodes in the signing process — even when more nodes are online. This selective participation will significantly boost performance without compromising correctness or fault tolerance.
Currently, our signing operation includes all available nodes in the signing process. However, in tss-lib, only t+1 nodes are required to generate a valid threshold signature.
To reduce latency and network roundtrips, we propose changing the implementation to only involve t+1 nodes in the signing process — even when more nodes are online. This selective participation will significantly boost performance without compromising correctness or fault tolerance.