unzvfu / cuda-fixnum

Extended-precision modular arithmetic library that targets CUDA.
MIT License
34 stars 8 forks source link

Incorporate test vectors from Wycheproof #39

Open unzvfu opened 4 years ago

unzvfu commented 4 years ago

The Wycheproof Project provides tools for crypto libraries to be tested against known attacks. These are inputs that are known to cause serious security failures in implementations of RSA and ECC (among many others). Those test vectors should be in the cuda-fixnum test suite.