C# Class AniDBmini.HashAlgorithms.Md4

Inheritance: System.Security.Cryptography.HashAlgorithm
显示文件 Open project: ahodesuka/AniDBmini Class Usage Examples

Public Methods

Method Description
GetState ( ) : InternalState
Initialize ( ) : void
Initialize ( InternalState state ) : void
Md4 ( ) : System

Protected Methods

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

Method Details

GetState() public method

public GetState ( ) : InternalState
return InternalState

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

Initialize() public method

public Initialize ( InternalState state ) : void
state InternalState
return void

Md4() public method

public Md4 ( ) : System
return System

PadBuffer() protected method

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

TransformMd4Block() protected method

protected TransformMd4Block ( byte bytes, int i ) : void
bytes byte
i int
return void