Here in the tBLS signing (which is used for partial signatures) the index is a 16bit int:
|
if len(signature) != s.sigGroup.PointLen()+2 { |
Throughout the DKG, a uint32 is used:
|
type DistKeyShare struct { |
I haven't actually seen this break anything, but maybe it's a limit for large DKGs!