Skip to content

Commit 6a2a02a

Browse files
committed
Appendix mentioned in paper now instead of section
1 parent 9100d36 commit 6a2a02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/src/sections/03-related-work.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ \subsection{Bulletproofs}\label{subsec:related-work-bulletproofs}
4848
One of these is Bulletproofs+~\cite{chung2022bulletproofs+} which uses a weighted inner product argument instead of the standard inner product argument to achieve a better performance.
4949
Bulletproofs+ is also a zero-knowledge proof by itself unlike the original bulletproofs.
5050
Trying to modify Curdleproofs with the weighted inner product argument introduces complications that would need larger modifications and is therefore not suitable.
51-
This can be seen in~\autoref{sec:curdleproofs-weighted-inner-product-argument-modification-attempt}
51+
This can be seen in Appendix~\autoref{app:bpplus}
5252

5353
A third version of the Bulletproofs protocol is Bulletproofs++~\cite{eagen2024bulletproofs++} which uses a new type of argument called the norm argument to achieve a better performance.
5454
This comes from the prover only needing to commit to a single vector, rather than two.

0 commit comments

Comments
 (0)