diff --git a/_posts/2020-12-24-Bulletproofs+-in-Monero.md b/_posts/2020-12-24-Bulletproofs+-in-Monero.md index 23b8394a..07d88e22 100644 --- a/_posts/2020-12-24-Bulletproofs+-in-Monero.md +++ b/_posts/2020-12-24-Bulletproofs+-in-Monero.md @@ -49,12 +49,12 @@ The size and timing characteristics of range proofs depend on the structure of t "Regardless of the number of outputs in a transaction, the corresponding Bulletproofs+ range proof is *96 bytes* smaller than a Bulletproofs range proof." -This table shows the reduction in size for the most common transaction types seen on the Monero network. +This table shows the reduction in size for the most common 2-output transaction types seen on the Monero network. -Spent inputs | New outputs | Current size | New size | Reduction, % smaller ---- | --- | --- | --- | --- -1 | 2 | 1.42 kB | 1.33 kB | 6.6% -2 | 2 | 1.92 kB | 1.83 kB | 5.1% +Spent inputs | Current size | New size | Reduction, % smaller +--- | --- | --- | --- +1 | 1.42 kB | 1.33 kB | 6.6% +2 | 1.92 kB | 1.83 kB | 5.1% The results are clear. Bulletproofs+ range proofs are smaller than Bulletproofs range proofs, saving space on the blockchain! diff --git a/blog/assets/bulletproofs+/bulletproofs+.png b/blog/assets/bulletproofs+/bulletproofs+.png index 097aeb97..9f27a1c8 100644 Binary files a/blog/assets/bulletproofs+/bulletproofs+.png and b/blog/assets/bulletproofs+/bulletproofs+.png differ