dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team

Home Page:https://dusk-network.github.io/plonk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for `assert_equal_public_point`

moCello opened this issue · comments

commented

Describe what you want implemented
Add tests for assert_equal_public_point method of the composer:

  • sanity test
  • fails when the points are not equal
  • fails when only one of the coordinates are not equal

Describe "Why" this is needed
We need to increase our tests coverage, as the issue #721 clearly showed.

Describe alternatives you've considered
N/A

Additional context
Equivalent to #725

commented

included in #731