Open azuchi opened 1 year ago
Hi. I haven't worked on this project for some time. So, I would need some time to understand my original code. There may be some bugs as this was just a proof-of-concept implementation. Feel free to fork the code and do the changes you think are necessary.
The following code in Transcript is only for the first value of the points:
https://github.com/jafalter/bulletproof-js/blob/master/src/Transcript.js#L35
Shouldn't this be all points as follows?
For example, the calculation of the challenge
y
needs to be derived from the vector pedersen commitmentA
andS
, but in the current implementation it is derived from the concatenated value of the twoA
value.