Skip to content

Commit

Permalink
Update README. (txaty#27)
Browse files Browse the repository at this point in the history
Signed-off-by: txaty <[email protected]>
  • Loading branch information
txaty authored Mar 29, 2023
1 parent 6bb143c commit 099bb78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,23 @@ Two tasks were performed:

Benchmark implementation can be found in [txaty/merkle-tree-bench](https://github.com/txaty/merkle-tree-bench).

<div style="display:flex;">
<img src="asset/proof_gen.png" style="width:50%; margin-right:1%;"/>
<img src="asset/proof_verification.png" style="width:50%; margin-left:1%;"/>
</div>
<table>
<tbody>
<tr><td>

![Proof Generation](asset/proof_gen.png)

</td><td>

![Proof Verification](asset/proof_verification.png)

</td></tr>
</tbody></table>

> **_Note:_** The size of each data block is determined by the tree depth, which is represented on the x-axis of the
> figures. The y-axis is shown using a logarithmic scale to better visualize the range of values. Please note that the
> real time difference between the data points will be larger than what is visualized on the figure due to the logarithmic
> real time difference between the data points will be larger than what is visualized on the figure due to the
> logarithmic
> scale.
## Dependencies
Expand Down
Binary file modified asset/proof_gen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified asset/proof_verification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 099bb78

Please sign in to comment.