C# Class AdvUtils.Security.Cryptography.MD5

Datei anzeigen Open project: zhongkaifu/AdvUtils

Public Methods

Method Description
Compute64BitHash ( byte buffer ) : long
ComputeHash ( byte buffer ) : byte[]
Initialize ( ) : void
MD5 ( ) : System

Private Methods

Method Description
AddLength ( ulong length, byte buffer, int position ) : void
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int start, int size ) : void
ProcessBlock ( byte inputBuffer, int inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

Method Details

Compute64BitHash() public method

public Compute64BitHash ( byte buffer ) : long
buffer byte
return long

ComputeHash() public method

public ComputeHash ( byte buffer ) : byte[]
buffer byte
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

MD5() public method

public MD5 ( ) : System
return System