-
-
Incomplete list:
- [x] Change amounts back to 64-bit based numbers
- [ ] Ensure bulletproofs borromean signature rangeproofs convertability
-
It was suggested by @stringhandler in #6240 to support an "ownership proof" that proves knowledge of the opening of a commitment. While this is what a [`CommitmentSignature`](https://github.com/tari-p…
-
Re: that 'Default Airgap Vulnerability' (most pro-hackers know what i'm talking about)
1) Bulletproofs is coming, so we can finally use bulletproofs to patch the 'Default Airgap Vulnerabilty' in th…
-
@cathieyun pointed out that some formulas are broken; we found that it seems to be because the markdown writes `\\\\` to get `\\` in the HTML for a latex line-break, but Commonmark sometimes emits a `…
-
-
https://blog.trailofbits.com/2022/04/13/part-1-coordinated-disclosure-of-vulnerabilities-affecting-girault-bulletproofs-and-plonk/ claims this implementation is affected.
They say they were not abl…
tromp updated
2 years ago
-
A hex serialized version of the proofs created by this library should be accepted and verified by [libsecp256k1](https://github.com/mimblewimble/secp256k1-zkp/blob/master/libsecp256k1.pc.in)
In the s…
-
This is great work! Do consider taking inspiration from ZkVM, since it implements a nice Bitcoin Script-like language (w/ bulletproofs as the proof system). You might get some nice ideas about the lan…
-
Hi, I'm trying to implement Bulletproofs in Hacspec, but for that I need a linear algebra library. So I'm working on that, with the goal of hopefully having it merged into Hacspec, here are the operat…