You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, we have both simplex (assumes no special properties of validator keys) and threshold-simplex (assumes each validator has a share of a group polynomial). It would be super useful if we had something like msig-simplex which assumed validator signatures could be aggregated.
This could be implemented by wrapping simplex and post-processing notarization/finalization but would be more efficient to implement inside of simplex to reduce the bandwidth required for broadcast.
The text was updated successfully, but these errors were encountered:
Today, we have both
simplex
(assumes no special properties of validator keys) andthreshold-simplex
(assumes each validator has a share of a group polynomial). It would be super useful if we had something likemsig-simplex
which assumed validator signatures could be aggregated.This could be implemented by wrapping
simplex
and post-processingnotarization/finalization
but would be more efficient to implement inside ofsimplex
to reduce the bandwidth required for broadcast.The text was updated successfully, but these errors were encountered: