<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Jopsen.dk/blog</title>
	<atom:link href="http://jopsen.dk/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jopsen.dk/blog</link>
	<description>Thoughts mixed with random memory dumps...</description>
	<lastBuildDate>Wed, 03 Mar 2010 08:23:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by Jonas Finnemann Jensen</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8302</link>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8302</guid>
		<description>Hmm... Try typing:
$ cd /home/student/Desktop/simpleECDSA/
$ gcc -lgmp -o SimpleECDSA -i src/*.c

That should do...

Then test using:
$ chmod +x SimpleECDSA
$ ./SimpleECDSA --test</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; Try typing:<br />
$ cd /home/student/Desktop/simpleECDSA/<br />
$ gcc -lgmp -o SimpleECDSA -i src/*.c</p>
<p>That should do&#8230;</p>
<p>Then test using:<br />
$ chmod +x SimpleECDSA<br />
$ ./SimpleECDSA &#8211;test</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by welekiros</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8291</link>
		<dc:creator>welekiros</dc:creator>
		<pubDate>Tue, 02 Mar 2010 11:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8291</guid>
		<description>Dear Jonas;
sorry for being making you tired of this.
i am getting this problem and still i am unable to solve this problem. here is it:

 
&quot;make  all-recursive
make[1]: Entering directory `/home/student/Desktop/simpleECDSA&#039;
Making all in src
make[2]: Entering directory `/home/student/Desktop/simpleECDSA/src&#039;
gcc -lgmp -o ./SimpleECDSA ./src/*.c
gcc: ./src/*.c: No such file or directory
make[2]: *** [build] Error 1
make[2]: Leaving directory `/home/student/Desktop/simpleECDSA/src&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/student/Desktop/simpleECDSA&#039;
make: *** [all] Error 2&quot;



thank you</description>
		<content:encoded><![CDATA[<p>Dear Jonas;<br />
sorry for being making you tired of this.<br />
i am getting this problem and still i am unable to solve this problem. here is it:</p>
<p>&#8220;make  all-recursive<br />
make[1]: Entering directory `/home/student/Desktop/simpleECDSA&#8217;<br />
Making all in src<br />
make[2]: Entering directory `/home/student/Desktop/simpleECDSA/src&#8217;<br />
gcc -lgmp -o ./SimpleECDSA ./src/*.c<br />
gcc: ./src/*.c: No such file or directory<br />
make[2]: *** [build] Error 1<br />
make[2]: Leaving directory `/home/student/Desktop/simpleECDSA/src&#8217;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/home/student/Desktop/simpleECDSA&#8217;<br />
make: *** [all] Error 2&#8243;</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by Jonas Finnemann Jensen</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8274</link>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
		<pubDate>Sun, 28 Feb 2010 09:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8274</guid>
		<description>Hmm... sounds like autotools complains about bad stuff...

Try this:
http://jopsen.dk/downloads/SimpleECDSA-plainmakefile.tar.gz

It&#039;s a plain make file, just run:
$ make
Then you should get a binary that can run...</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; sounds like autotools complains about bad stuff&#8230;</p>
<p>Try this:<br />
<a href="http://jopsen.dk/downloads/SimpleECDSA-plainmakefile.tar.gz" rel="nofollow">http://jopsen.dk/downloads/SimpleECDSA-plainmakefile.tar.gz</a></p>
<p>It&#8217;s a plain make file, just run:<br />
$ make<br />
Then you should get a binary that can run&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by welekiros</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8272</link>
		<dc:creator>welekiros</dc:creator>
		<pubDate>Sun, 28 Feb 2010 05:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8272</guid>
		<description>Dear Jonas;
while i use to compile on Linux it gives me the following message: &quot;make[2]*** No rule to make target &#039;LICENSE&#039; needed by &#039;all_am&#039;.stop&quot; so what does is it mean?
thank you</description>
		<content:encoded><![CDATA[<p>Dear Jonas;<br />
while i use to compile on Linux it gives me the following message: &#8220;make[2]*** No rule to make target &#8216;LICENSE&#8217; needed by &#8216;all_am&#8217;.stop&#8221; so what does is it mean?<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by Jonas Finnemann Jensen</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8259</link>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
		<pubDate>Fri, 26 Feb 2010 07:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8259</guid>
		<description>I&#039;ve never built it on Windows... but you&#039;ll certainly need gmp which can be downloaded from gmplib.org, that is the ONLY extern dependency SimpleECDSA have...

On linux you can build SimpleECDSA using:
$gcc -lgmp -o ./SimpleECDSA ./src/*.c
Where ./src is the source folder of SimpleECDSA...
You can also choose to use ./configure and make, however, plain compiler commands are probably easier on Windows...

You can probably find something about installing gmp in its readme file or manual:
http://gmplib.org/manual-4.3.2/Notes-for-Particular-Systems.html

I my experience compiling C on Windows is rather difficult... But if you figure out how to build gmp for Windows, and what argument to give your compiler in order to link against gmp, SimpleECDSA should be fairly easy to build...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never built it on Windows&#8230; but you&#8217;ll certainly need gmp which can be downloaded from gmplib.org, that is the ONLY extern dependency SimpleECDSA have&#8230;</p>
<p>On linux you can build SimpleECDSA using:<br />
$gcc -lgmp -o ./SimpleECDSA ./src/*.c<br />
Where ./src is the source folder of SimpleECDSA&#8230;<br />
You can also choose to use ./configure and make, however, plain compiler commands are probably easier on Windows&#8230;</p>
<p>You can probably find something about installing gmp in its readme file or manual:<br />
<a href="http://gmplib.org/manual-4.3.2/Notes-for-Particular-Systems.html" rel="nofollow">http://gmplib.org/manual-4.3.2/Notes-for-Particular-Systems.html</a></p>
<p>I my experience compiling C on Windows is rather difficult&#8230; But if you figure out how to build gmp for Windows, and what argument to give your compiler in order to link against gmp, SimpleECDSA should be fairly easy to build&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by welekiros</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8257</link>
		<dc:creator>welekiros</dc:creator>
		<pubDate>Fri, 26 Feb 2010 04:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8257</guid>
		<description>Dear admin;
is it necessary to install libgmp3,limgmp3_dev and essential packages to Ubuntu 9.10?
thank you
kind regards</description>
		<content:encoded><![CDATA[<p>Dear admin;<br />
is it necessary to install libgmp3,limgmp3_dev and essential packages to Ubuntu 9.10?<br />
thank you<br />
kind regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by welekiros</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8256</link>
		<dc:creator>welekiros</dc:creator>
		<pubDate>Fri, 26 Feb 2010 04:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8256</guid>
		<description>Dear Jonas;
First i need to compile it on the Pc and it will be then on the FPGA so what additional files are required to simpleECDSA to compile it on Ubuntu?
by the way the xilinx compiler have GMP library but i have not used it yet.
Dear jonas can i get C code of ECDSA which can be compiled on windows?
thank you
welekiros</description>
		<content:encoded><![CDATA[<p>Dear Jonas;<br />
First i need to compile it on the Pc and it will be then on the FPGA so what additional files are required to simpleECDSA to compile it on Ubuntu?<br />
by the way the xilinx compiler have GMP library but i have not used it yet.<br />
Dear jonas can i get C code of ECDSA which can be compiled on windows?<br />
thank you<br />
welekiros</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by Jonas Finnemann Jensen</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8249</link>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
		<pubDate>Thu, 25 Feb 2010 11:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8249</guid>
		<description>Okay, then you might have a chance if you can get GMP to run on your target...</description>
		<content:encoded><![CDATA[<p>Okay, then you might have a chance if you can get GMP to run on your target&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by welekiros</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8248</link>
		<dc:creator>welekiros</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8248</guid>
		<description>Dear Admin;
it is nothing else it is the C code that i am going to use it on the FPGA not VHDL code as FPGA has microBlaze processor which receive C codes.
thank you 
kind regards
welekiros</description>
		<content:encoded><![CDATA[<p>Dear Admin;<br />
it is nothing else it is the C code that i am going to use it on the FPGA not VHDL code as FPGA has microBlaze processor which receive C codes.<br />
thank you<br />
kind regards<br />
welekiros</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by admin</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-8247</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-8247</guid>
		<description>I have never played with FPGA development, so can&#039;t help you there... and I seriously doubt SimpleECDSA can be of much use there...</description>
		<content:encoded><![CDATA[<p>I have never played with FPGA development, so can&#8217;t help you there&#8230; and I seriously doubt SimpleECDSA can be of much use there&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
