C# Class DAAP.BrokenMD5

Inheritance: System.Security.Cryptography.MD5
Show file Open project: mono/daap-sharp Class Usage Examples

Public Methods

Method Description
BrokenMD5 ( int version ) : System
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int start, int size ) : void
HashFinal ( ) : byte[]

Private Methods

Method Description
AddLength ( ulong length, byte buffer, int position ) : void
ProcessBlock ( byte inputBuffer, int inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

Method Details

BrokenMD5() public method

public BrokenMD5 ( int version ) : System
version int
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HashCore() protected method

protected HashCore ( byte rgb, int start, int size ) : void
rgb byte
start int
size int
return void

HashFinal() protected method

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

Initialize() public method

public Initialize ( ) : void
return void