<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 7, 2013 at 4:54 AM, Lay András <span dir="ltr"><<a href="mailto:andras@lay.hu" target="_blank">andras@lay.hu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<br>
I made a simple elliptic curve utility in command line PHP:<br>
<br>
<a href="https://github.com/LaySoft/ecc_phgp" target="_blank">https://github.com/LaySoft/ecc_phgp</a><br>
<br>
I know in the RSA, the sign is inverse operation of encrypt, so two<br>
different keypairs needs for encrypt and sign. In elliptic curve<br>
cryptography, the sign is not the inverse operation of encrypt, so my<br>
application use same keypair for encrypt and sign.<br>
<br>
Is this correct?<br></blockquote><div><br></div><div>Are you planning to publish your signing key or your decryption key?</div><div><br></div><div>Use of a key for one makes the other incompatible. <br></div></div><div><br>
</div>-- <br>Website: <a href="http://hallambaker.com/">http://hallambaker.com/</a><br>
</div></div>