zkcrypto / bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto.
MIT License
52 stars 29 forks source link

Fix issue with serde_json RangeProof failure #26

Open Stentonian opened 4 months ago

Stentonian commented 4 months ago

Closes https://github.com/zkcrypto/bulletproofs/issues/25

See first 2 commits for unit test showing error, and then the fix which makes the unit tests pass.

2nd 2 commits are just cleanup.