C# Class Tsukikage.Util.Crc32Hash

HashAlgorithmのCrc32実装 (未テスト)
Inheritance: System.Security.Cryptography.HashAlgorithm
ファイルを表示 Open project: ttsuki/ttsuki

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

HashCore() protected method

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected method

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

Initialize() public method

public Initialize ( ) : void
return void