<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/crcmod/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/crcmod/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/crcmod/bugs/</id><updated>2022-09-12T21:45:03.477000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Incorrect value in documentation</title><link href="https://sourceforge.net/p/crcmod/bugs/2/" rel="alternate"/><published>2022-09-12T21:45:03.477000Z</published><updated>2022-09-12T21:45:03.477000Z</updated><author><name>Bene</name><uri>https://sourceforge.net/u/tdwtp/</uri></author><id>https://sourceforge.netda7cbdc151ab70a195d6137c7b7e2321a7e4a14b</id><summary type="html">&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;</summary></entry><entry><title>xorOut not working with py2exe</title><link href="https://sourceforge.net/p/crcmod/bugs/1/" rel="alternate"/><published>2010-11-04T14:02:42Z</published><updated>2010-11-04T14:02:42Z</updated><author><name>Robert Turnbull</name><uri>https://sourceforge.net/u/circlotron/</uri></author><id>https://sourceforge.net4de9f643987ab27589617da2e52e73ff15026351</id><summary type="html">&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;</summary></entry></feed>