<?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: Crypto Series: Discrete Logarithm</title>
	<atom:link href="http://www.limited-entropy.com/discrete-log/feed" rel="self" type="application/rss+xml" />
	<link>http://www.limited-entropy.com/discrete-log</link>
	<description>Not so random thoughts on security featured by Eloi Sanfèlix</description>
	<lastBuildDate>Fri, 27 Jan 2012 03:06:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Eloi Sanfèlix</title>
		<link>http://www.limited-entropy.com/discrete-log/comment-page-1#comment-12445</link>
		<dc:creator>Eloi Sanfèlix</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.limited-entropy.com/?p=476#comment-12445</guid>
		<description>@schilly Cool, thanks for the tips!

I&#039;m not much of a Python guy, I&#039;m more of a C coder. I&#039;ll update the post with your suggestions :)</description>
		<content:encoded><![CDATA[<p>@schilly Cool, thanks for the tips!</p>
<p>I&#8217;m not much of a Python guy, I&#8217;m more of a C coder. I&#8217;ll update the post with your suggestions <img src='http://www.limited-entropy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schilly</title>
		<link>http://www.limited-entropy.com/discrete-log/comment-page-1#comment-12444</link>
		<dc:creator>schilly</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.limited-entropy.com/?p=476#comment-12444</guid>
		<description>Hi, very cool article - and welcome to sage ;)

Just some picky comments about the python code:

1. you can create the powers list more pythonic:

sage: powers = [ g^i for i in range(100) ]

2. you can visualize it&#039;s &quot;randomness&quot; via list_plot(powers)

3. the while loop is a bit odd, this looks better:

sage: a = g^-100; y=G(8938); j=1
sage: while not y*a^j in powers: j += 1
....:
sage: j
79</description>
		<content:encoded><![CDATA[<p>Hi, very cool article &#8211; and welcome to sage <img src='http://www.limited-entropy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Just some picky comments about the python code:</p>
<p>1. you can create the powers list more pythonic:</p>
<p>sage: powers = [ g^i for i in range(100) ]</p>
<p>2. you can visualize it&#8217;s &#8220;randomness&#8221; via list_plot(powers)</p>
<p>3. the while loop is a bit odd, this looks better:</p>
<p>sage: a = g^-100; y=G(8938); j=1<br />
sage: while not y*a^j in powers: j += 1<br />
&#8230;.:<br />
sage: j<br />
79</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crypto Series &#8211; ElGamal Cryptosystem &#171; Limited Entropy Dot Com</title>
		<link>http://www.limited-entropy.com/discrete-log/comment-page-1#comment-12442</link>
		<dc:creator>Crypto Series &#8211; ElGamal Cryptosystem &#171; Limited Entropy Dot Com</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.limited-entropy.com/?p=476#comment-12442</guid>
		<description>[...] our last post we learnt about the Discrete Lograithm problem, why it is a difficult problem and how we can attempt to solve it if the numbers are [...]</description>
		<content:encoded><![CDATA[<p>[...] our last post we learnt about the Discrete Lograithm problem, why it is a difficult problem and how we can attempt to solve it if the numbers are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vierito5</title>
		<link>http://www.limited-entropy.com/discrete-log/comment-page-1#comment-12440</link>
		<dc:creator>vierito5</dc:creator>
		<pubDate>Thu, 04 Feb 2010 20:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.limited-entropy.com/?p=476#comment-12440</guid>
		<description>Awesome article and great explained :D</description>
		<content:encoded><![CDATA[<p>Awesome article and great explained <img src='http://www.limited-entropy.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

