With each new Batch to sign, we currently perform a 2-round protocol. If on DKG, we perform and publish a preprocess, we can use that when the first Batch to-sign appears. Then with our signature share, we can include our next preprocess.
This will turn the success case into a 1-round protocol.
With each new
Batch
to sign, we currently perform a 2-round protocol. If on DKG, we perform and publish a preprocess, we can use that when the firstBatch
to-sign appears. Then with our signature share, we can include our next preprocess.This will turn the success case into a 1-round protocol.