dalek-cryptography / bulletproofs

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

Many of the Notes files contain Raw Latex primitives #273

Closed donal-omahony closed 5 years ago

donal-omahony commented 5 years ago

The notes on Rangeproofs and a few other places seem to contain raw Latex primitives which are not rendering properly when the project is viewed through the github website. e.g.

[ \mathbf{W}_L \cdot \mathbf{a}_L + \mathbf{W}_R \cdot \mathbf{a}_R + \mathbf{W}_O \cdot \mathbf{a}_O = \mathbf{W}_V \cdot \mathbf{v} + \mathbf{c}, ] where:

hdevalence commented 5 years ago

Yup!

Unfortunately there doesn't seem to be a way to get Github to render math -- the way the JS rendering was enabled on docs.rs was via a stored XSS that @isislovecruft found but fortunately/unfortunately this isn't possible on github.com.

You can see the formulas rendered at: doc.dalek.rs/bulletproofs and doc-internal.dalek.rs/bulletproofs