dalek-cryptography / bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto.
MIT License
1.02k stars 218 forks source link

Incorrect path for doc include range proof and r1cs #282

Closed vlopes11 closed 5 years ago

vlopes11 commented 5 years ago
error: couldn't read src/range_proof/../docs/range-proof-protocol.md: No such file or directory (os error 2)
 --> src/range_proof/mod.rs:2:18
  |
2 | #![doc(include = "../docs/range-proof-protocol.md")]
  |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ couldn't read file
$ rustc --version
rustc 1.38.0-nightly (4560cb830 2019-07-28)