Skip to content

Commit c3abf23

Browse files
authored
Add bulletproofs diagram to the README (#182)
This adds a rangeproof construction diagram to the README with the background color matching the dark theme.
1 parent a62c7b4 commit c3abf23

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Bulletproofs
22

3+
<img
4+
width="100%"
5+
src="https://user-images.githubusercontent.com/698/46373713-9cc40280-c643-11e8-9bfe-2b0586e40369.png"
6+
/>
7+
38
The fastest [Bulletproofs][bp_website] implementation ever, featuring
49
single and aggregated range proofs, strongly-typed multiparty
510
computation, and a programmable constraint system API for proving
@@ -31,6 +36,8 @@ This library provides implementations of:
3136
These proofs are implemented using [Merlin transcripts][doc_merlin],
3237
allowing them to be arbitrarily composed with other proofs without
3338
implementation changes.
39+
40+
## Documentation
3441

3542
The user-facing documentation for this functionality can be [found
3643
here][doc_external]. In addition, the library *also* contains
700 KB
Loading

0 commit comments

Comments
 (0)