Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Ionic
Crc
CRC32
ComputeCrc32
Ionic.Crc.CRC32.ComputeCrc32 C# (CSharp) Method
CRC32 Class Documentation
Show file
Open project: haf/DotNetZip.Semverd
ComputeCrc32()
public
method
Get the CRC32 for the given (word,byte) combo. This is a computation defined by PKzip for PKZIP 2.0 (weak) encryption.
public
ComputeCrc32
(
Int32
W
,
byte
B
) :
Int32
W
System.Int32
The word to start with.
B
byte
The byte to combine it with.
return
System.Int32
public Int32 ComputeCrc32(Int32 W, byte B) { return _InternalComputeCrc32((UInt32)W, B); }
CRC32
CRC32
Combine
ComputeCrc32
GenerateLookupTable
GetCrc32
GetCrc32AndCopy
Reset
ReverseBits
SlurpBlock
UpdateCRC
_InternalComputeCrc32
gf2_matrix_square
gf2_matrix_times