Welcome Guest Search | Active Topics | Members | Log In | Register

CRC32_bzip2 Options
ldana
Posted: Friday, January 04, 2008 2:41:15 PM
Rank: Newbie
Groups: Member

Joined: 1/4/2008
Posts: 2
Points: 6
Location: Romania
I don't get the difference between CRC32 and CRC32_bzip2.
If anyone could please tell me what more calculation is done to CRC32 in order to become CRC32_bzip2.
hm
Posted: Friday, January 04, 2008 3:06:32 PM

Rank: Administration
Groups: Administration , Member

Joined: 7/17/2007
Posts: 8
Points: 27
Location: Saint-Petersburg
Quote:
what more calculation is done to CRC32 in order to become CRC32_bzip2

There aren't any more calculations, but different initial values.
ldana
Posted: Friday, January 04, 2008 3:53:28 PM
Rank: Newbie
Groups: Member

Joined: 1/4/2008
Posts: 2
Points: 6
Location: Romania
Could you tell me which is this initial value or is it private?
Thank you.
hm
Posted: Tuesday, January 29, 2008 9:48:23 PM

Rank: Administration
Groups: Administration , Member

Joined: 7/17/2007
Posts: 8
Points: 27
Location: Saint-Petersburg
Sorry for long delay with the reply.
The initial values are:

// Name : "CRC-32 - bzip2"
// String : "123456789"
// Check : CBF43926


cm_width=32;
cm_poly=0x04C11DB7;
cm_init=0xFFFFFFFF;
cm_refin=false;
cm_refout=false;
cm_xorout=0xFFFFFFFF;
cm_reg=cm_init;
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by Yet Another Forum.net version 1.9.0 (NET v2.0) - 10/10/2006
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.116 seconds.