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
PolyCommitment::verify() unconditionally indexes poly[0]. An empty polynomial (allowed by deserialization) causes a panic in check_public_shares(), crashing any node that validates the commitment.