Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Bulletproof failed on all other curves #67

Open
kitounliu opened this issue Jul 19, 2022 · 0 comments
Open

Bulletproof failed on all other curves #67

kitounliu opened this issue Jul 19, 2022 · 0 comments

Comments

@kitounliu
Copy link

I was testing bulletproof with different curves such as bls12381 and it doesn't work.
In the tests range_verifier_test.go and range_batch_verifier_test.go in pkg/bulletproof,
when replacing curve := curves.ED25519() with other curves, such as curve := curves.BLS12381G1(),
curve := curves.P256(), curve := curves.BLS12377G1(), the verifier.Verify(proof, capV, proofGenerators, n, transcriptVerifier) function fails.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant