Yutaka, let me know clearly.<div><br></div><div>You mean 1.3 sec for RSA-4096 not RSA-2048, right?</div><div>I want to show the number in a lightning talk of BSD user group meeting, tommorow.</div><div><br></div><div>Regards,</div><div><br></div><div>Yuji<br><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried GCC 4.9 and compiled bignum.o with -O3 (and no -Os).  Then,<br>
RSA sign takes something around 1.3 second.  Very good.<br>
<br>
It is known that compiling with -O3 (and no -Os) causes failure of<br>
Chopstx.  I also tried rsa.o with -O3 (and no -Os), and it caused a<br>
failure of key generation.<br>
<br>
So, I only enable -O3 option for bignum.o.  Other objects are compiled<br>
with -O3 -Os.<br>
--<br>
<br>
_______________________________________________<br>
gnuk-users mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'gnuk-users@lists.alioth.debian.org')">gnuk-users@lists.alioth.debian.org</a><br>
<a href="https://lists.alioth.debian.org/mailman/listinfo/gnuk-users" target="_blank">https://lists.alioth.debian.org/mailman/listinfo/gnuk-users</a><br>
</blockquote></div>