-
The current multiscalar multiplication traits allow taking borrows or values of scalars and points, which means that it's possible to build up scalars using iterator combinators, and pass them directl…
-
I think it might be cleaner to pass in borrows of everything the constraint systems will need to prove and verify up front, so that the final `prove` / `verify` calls just consume the CS and don't nee…
-
Moving from https://github.com/chain/ristretto-bulletproofs/pull/57#discussion_r184209569
The dealer logic should verify proof shares internally.
-
Currently, the inner product proof only works for vectors with lengths that are powers of two.
This was fine for the range proof code, where this was a valid assumption.
However, for circuits, the v…
-
Hi,
I've been using pretty heavily your library to create bulletproofs in web and mobile applications for my Master's thesis. The proof generation is quite fast on the browser and Node but extremel…
-
This issue to discuss the MRL roadmap as discussed in our meeting on 21 May 2018 (meeting notes can be seen [here](https://github.com/b-g-goodell/research-lab/tree/master/meta/research-meeting-logs)).…
-
Hello, I'm interested in your work because I would like to run Monero address form validation in the browser and also a subaddress wallet in NodeJS and I would like to do that by compiling the officia…
-
Some recent advancements in key fragmentation ([pyUmbral](https://github.com/nucypher/pyUmbral)) and proofing (Bulletproofs) can be integrated into IPv8's ID framework for large performance gain.
-
-
I am getting the following error up on make:
I used the monero master on "91c7d68".
`root@odroid:~/onion-monero-blockchain-explorer/build# make
[ 5%] Building CXX object src/CMakeFiles/myxrm…