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

Bulletproof failed on all other curves #67

@kitounliu

Description

@kitounliu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions