Skip to content

Commit b43b883

Browse files
apply suggestion
Co-Authored-By: cathieyun <[email protected]>
1 parent 16417dc commit b43b883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Aggregated Range Proof
614614

615615
The goal of an _aggregated range proof_ is to enable a group of parties to produce proofs of their individual statements
616616
(individual range proofs for the corresponding value commitments), that can be aggregated in a more compact proof.
617-
This is made efficient due to a logarithmic size of the inner-product protocol: an aggregated range proof for \\(m\\)
617+
This is more efficient due to the logarithmic size of the inner-product protocol: an aggregated range proof for \\(m\\)
618618
values is smaller than \\(m\\) individual range proofs.
619619

620620
The aggregation protocol is a multi-party computation protocol, involving \\(m\\) parties (one party per value) and one dealer, where the parties don't reveal their secrets to each other. The parties share their commitments with the dealer, and the dealer generates and returns challenge variables. The parties then share their proof shares with the dealer, and the dealer combines their shares to create an aggregated proof.

0 commit comments

Comments
 (0)