wycheproof icon indicating copy to clipboard operation
wycheproof copied to clipboard

Testing

Open bleichenbacher-daniel opened this issue 9 months ago • 4 comments

At this point I have enough code rewritten so that it would make sense to start testing new test vectors. Not sure yet how this should be organized, so opinions would be helpful here. So far I'm just testing against pyca. I would think that at least two libraries would be necessary to exclude bigger mistakes.

From the algorithm side I would think that ECDSA is a good candidate start. There are a number of curves, formats and parameters that are not yet covered by the current test vectors. Especially, cryptocurrencies use new variants that are not yet covered. Extending the coverage here seems useful to me.

bleichenbacher-daniel avatar May 26 '24 12:05 bleichenbacher-daniel