Re: Add check for ECC at point 0

2019-05-15 Thread Simo Sorce
On Wed, 2019-05-15 at 11:42 +0200, Niels Möller wrote: > Simo Sorce writes: > > > Attached find patch that adds points checks to the ECDH test case. > > Let me know if that's ok or if you prefer a whole new test. > > I think it's ok to have it in the same file. > > > -static void > >

Re: Add check for ECC at point 0

2019-05-15 Thread Niels Möller
Simo Sorce writes: > Attached find patch that adds points checks to the ECDH test case. > Let me know if that's ok or if you prefer a whole new test. I think it's ok to have it in the same file. > -static void > -set_point (struct ecc_point *p, > -const char *x, const char *y) >