bulletproofs 1.0.2

A pure-Rust implementation of Bulletproofs using Ristretto
Documentation
FEATURES := 

doc:
	cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html

doc-internal:
	cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html --document-private-items