Re: ECDSA: using the same EC_KEY to sign and verify...

2006-12-15 Thread Nils Larsch
[EMAIL PROTECTED] wrote: Hi all, here I come again. I'm testing the ECDSAtest.c approach to make my own test and I saw one thing that I don't really know if it's right. I'm sorry about taking your time, but I'm really trying to learn EC! 01 int main() { 02 const char message[] = "abc"; 03 un

ECDSA: using the same EC_KEY to sign and verify...

2006-12-15 Thread shakal
Hi all, here I come again. I'm testing the ECDSAtest.c approach to make my own test and I saw one thing that I don't really know if it's right. I'm sorry about taking your time, but I'm really trying to learn EC! 01 int main() { 02 const char message[] = "abc"; 03 unsigned char digest[20]; 04