kyber icon indicating copy to clipboard operation
kyber copied to clipboard

The tests are missing negative tests and test-vectors

Open cgrigis opened this issue 5 years ago • 2 comments

Security Code Review observation:

For example, it seems the shuffle tests are not testing the verification of a wrong shuffle nor providing test-vectors.

cgrigis avatar Sep 07 '20 16:09 cgrigis

At least the following packages are missing negatives:

  • [x] shuffle
  • [ ] proof/deniable
  • [ ] proof/proof
  • [ ] proof/dleq/dleq
  • [ ] sign/anon (has no test)
  • [ ] sign/bdn
  • [ ] sign/cosi
  • [ ] sign/schnorr
  • [ ] sign/tbls

K1li4nL avatar Mar 21 '24 15:03 K1li4nL