2 comments

Sign in to comment.

ivan911 days ago
Does the aggregation step mainly cut down the signature work, or is it also what makes the async common subset part cheaper to run with so many messages?
ovoss10 days ago
mostly the latter, i think, though the aggregation can also hide some per-node verification overhead depending on the concrete threshold scheme. the bigger win for acs is that it collapses the all-to-all value exchange into one aggregated vector per round, so the async part stops paying a separate coordination cost for every proposal.
zknews