On Tue, Jul 21, 2009, Fred Keet wrote:

>
> At this point I've got code that generates the ec keys from the sect163k1 
> curve, and then signs a block of data. When I compare this with the ecsign 
> utility they provide (apparently built on Miracl) the two signatures do not 
> match, so it seems that the curve parameters will be necessary.
>

What do you mean "do not match"? ECDSA uses a random value during signature
generation so signing the same data with the same key is highly unlikely to
produce the same signature.

You should however be able to verify one signature using the other
implementation.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to