<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/crcmod/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/crcmod/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Sep 2022 21:45:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/crcmod/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Incorrect value in documentation</title><link>https://sourceforge.net/p/crcmod/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;in the documentation &lt;a href="http://crcmod.sourceforge.net/crcmod.predefined.html" rel="nofollow"&gt;http://crcmod.sourceforge.net/crcmod.predefined.html&lt;/a&gt; &lt;code&gt;crc-64-we&lt;/code&gt; is listed with an &lt;em&gt;init-value&lt;/em&gt; of &lt;code&gt;0x0000000000000000&lt;/code&gt;.&lt;br/&gt;
However the &lt;em&gt;check-value&lt;/em&gt; &lt;code&gt;0x62EC59E3F1A4F00A&lt;/code&gt; will only be valid if the &lt;em&gt;init-value&lt;/em&gt; is &lt;code&gt;0xFFFFFFFFFFFFFFFF&lt;/code&gt;.&lt;br/&gt;
I do not know if the &lt;em&gt;check-value&lt;/em&gt; is incorrect or the &lt;em&gt;init-value&lt;/em&gt;.&lt;br/&gt;
(if the &lt;em&gt;init-value&lt;/em&gt; is &lt;code&gt;0x0000000000000000&lt;/code&gt; then the &lt;em&gt;check-value&lt;/em&gt; would be &lt;code&gt;0x93BF20A0F4B68CB8&lt;/code&gt;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bene</dc:creator><pubDate>Mon, 12 Sep 2022 21:45:03 -0000</pubDate><guid>https://sourceforge.netda7cbdc151ab70a195d6137c7b7e2321a7e4a14b</guid></item><item><title>xorOut not working with py2exe</title><link>https://sourceforge.net/p/crcmod/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Both pieces of code work in interpreted mode.&lt;/p&gt;
&lt;p&gt;This compiles with py2exe (Python 2.5) and runs OK:&lt;/p&gt;
&lt;p&gt;crc16Func = crcmod.mkCrcFun(0x11021, rev=False)&lt;/p&gt;
&lt;p&gt;This compiles OK but fails at runtime:&lt;/p&gt;
&lt;p&gt;crc16Func = crcmod.mkCrcFun(0x11021, rev=False, xorOut=0)&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
File "Set_1.py", line 128, in &amp;lt;module&amp;gt;&lt;br /&gt;
TypeError: mkCrcFun() got an unexpected keyword argument 'xorOut'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Turnbull</dc:creator><pubDate>Thu, 04 Nov 2010 14:02:42 -0000</pubDate><guid>https://sourceforge.net4de9f643987ab27589617da2e52e73ff15026351</guid></item></channel></rss>