<?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 on: A simple BigNum library for .NET</title>
	<atom:link href="http://porg.es/blog/a-simple-bignum-library-for-dot-net/feed" rel="self" type="application/rss+xml" />
	<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 14:16:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mr Amazing</title>
		<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net/comment-page-1#comment-147486</link>
		<dc:creator>Mr Amazing</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/a-simple-bignum-library-for-net#comment-147486</guid>
		<description>Just an FYI, but if anyone&#039;s interested in a decimal / floating-point library for C#/VB/.NET I found  &quot;W3b.Sine&quot; which is under the BSD license. http://codeplex.com/sine</description>
		<content:encoded><![CDATA[<p>Just an FYI, but if anyone&#8217;s interested in a decimal / floating-point library for C#/VB/.NET I found  &#8220;W3b.Sine&#8221; which is under the BSD license. <a href="http://codeplex.com/sine">http://codeplex.com/sine</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porges</title>
		<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net/comment-page-1#comment-140396</link>
		<dc:creator>Porges</dc:creator>
		<pubDate>Thu, 06 Aug 2009 09:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/a-simple-bignum-library-for-net#comment-140396</guid>
		<description>Robin,

A better route to take might be to have a look at the .NET 4 beta that is currently out; it has support for BigInteger arithmetic built-in (under System.Numerics).

You could download the .NET 4 beta and use &lt;code&gt;System.Numerics.dll&lt;/code&gt;, then just distribute that DLL with your code.

As to the rest of your question, there is already &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.security.cryptography.rsa.aspx&quot; rel=&quot;nofollow&quot;&gt;support for RSA built into the .NET framework&lt;/a&gt;, or are you trying to write your own implementation as an exercise?</description>
		<content:encoded><![CDATA[<p>Robin,</p>
<p>A better route to take might be to have a look at the .NET 4 beta that is currently out; it has support for BigInteger arithmetic built-in (under System.Numerics).</p>
<p>You could download the .NET 4 beta and use <code>System.Numerics.dll</code>, then just distribute that DLL with your code.</p>
<p>As to the rest of your question, there is already <a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.rsa.aspx">support for RSA built into the .NET framework</a>, or are you trying to write your own implementation as an exercise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net/comment-page-1#comment-140064</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/a-simple-bignum-library-for-net#comment-140064</guid>
		<description>Hi Porges, I hope you&#039;re still active?
I use Visual Studio 2008 for Visual Basic .. I can add the BigNum dll as reference (include the dll~) but at runtime it says it can&#039;t use gmp.dll because it&#039;s not a valid assembly or COM component :S I need BigNum for Visual Basic to handle RSA cryptography</description>
		<content:encoded><![CDATA[<p>Hi Porges, I hope you&#8217;re still active?<br />
I use Visual Studio 2008 for Visual Basic .. I can add the BigNum dll as reference (include the dll~) but at runtime it says it can&#8217;t use gmp.dll because it&#8217;s not a valid assembly or COM component :S I need BigNum for Visual Basic to handle RSA cryptography</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porges</title>
		<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net/comment-page-1#comment-94517</link>
		<dc:creator>Porges</dc:creator>
		<pubDate>Tue, 23 Dec 2008 01:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/a-simple-bignum-library-for-net#comment-94517</guid>
		<description>Hi Bart,

Good point, I never wrote any testing code for this, it was more a proof of concept :)

At the moment I don&#039;t have much interest in updating this, but if you fix the code feel free to tell me and I&#039;ll link to your version.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Bart,</p>
<p>Good point, I never wrote any testing code for this, it was more a proof of concept <img src="http://porg.es/blog/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" /></p>
<p>At the moment I don&#8217;t have much interest in updating this, but if you fix the code feel free to tell me and I&#8217;ll link to your version.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net/comment-page-1#comment-94458</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Mon, 22 Dec 2008 16:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/a-simple-bignum-library-for-net#comment-94458</guid>
		<description>Hey, i&#039;m playing with the code, and i found that you assumed that &#039;signed long int&#039; is 64 bit, but the gmp.dll is 32 bit ? so the code starts failing for values larger then 2^32 :)</description>
		<content:encoded><![CDATA[<p>Hey, i&#8217;m playing with the code, and i found that you assumed that &#8216;signed long int&#8217; is 64 bit, but the gmp.dll is 32 bit ? so the code starts failing for values larger then 2^32 <img src="http://porg.es/blog/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigNum library</title>
		<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net/comment-page-1#comment-64105</link>
		<dc:creator>BigNum library</dc:creator>
		<pubDate>Sun, 13 Apr 2008 01:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/a-simple-bignum-library-for-net#comment-64105</guid>
		<description>Hello,

I&#039;m writing to ask if you can send me the code itself not only the dll for BigNum project? Currently I am trying to write a program which will calculate large amounts of Pi digits and find any pattern in it. I would be very thankful, since I don&#039;t remember when I last wrote something in C++ (recently only c#). In my case time is a
key issue.

Please excuse me if I wrote something unpleasant. My English is not on a high level. If you are interested I am a Polish Warsaw University of Technology student.

Regards
--
Dawid Rutyna</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m writing to ask if you can send me the code itself not only the dll for BigNum project? Currently I am trying to write a program which will calculate large amounts of Pi digits and find any pattern in it. I would be very thankful, since I don&#8217;t remember when I last wrote something in C++ (recently only c#). In my case time is a<br />
key issue.</p>
<p>Please excuse me if I wrote something unpleasant. My English is not on a high level. If you are interested I am a Polish Warsaw University of Technology student.</p>
<p>Regards<br />
&#8211;<br />
Dawid Rutyna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://porg.es/blog/a-simple-bignum-library-for-dot-net/comment-page-1#comment-60096</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/a-simple-bignum-library-for-net#comment-60096</guid>
		<description>Great!  I hope this works.  I&#039;ve been looking for something like this for a long time.  I&#039;m initially planning to use it with the Boo .net programming language, exploring the Collatz problem.</description>
		<content:encoded><![CDATA[<p>Great!  I hope this works.  I&#8217;ve been looking for something like this for a long time.  I&#8217;m initially planning to use it with the Boo .net programming language, exploring the Collatz problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

