plume-sig / zk-nullifier-sig

Implementation of PLUME: nullifier friendly signature scheme on ECDSA
MIT License
128 stars 22 forks source link

Are bad/malicious inputs tested? #80

Open skaunov opened 7 months ago

skaunov commented 7 months ago

I didn't check, but it seems to me that cases when c is zero, or EC points are at infinity aren't covered by tests, and in couple of recent PRs such tests would be helpful. I guess there also maybe such important inputs which would be good to test.

(Super cool would be to have a file of test vectors.)