C# Class truecryptbrute.Crypto.CRC32

Adapted from http://tomkaminski.com/crc32-hashalgorithm-c-net License: public domain
Inheritance: System.Security.Cryptography.HashAlgorithm
显示文件 Open project: IsNull/TCBrute

Public Methods

Method Description
Initialize ( ) : void
UPDC32 ( int octet, uint crc ) : uint

Protected Methods

Method Description
HashCore ( byte buffer, int start, int length ) : void
HashFinal ( ) : byte[]

Method Details

HashCore() protected method

protected HashCore ( byte buffer, int start, int length ) : void
buffer byte
start int
length int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

UPDC32() public static method

public static UPDC32 ( int octet, uint crc ) : uint
octet int
crc uint
return uint