C# Class TLSharp.Core.MTProto.Crypto.MD5

Exibir arquivo Open project: sochix/TLSharp

Public Methods

Method Description
FinalString ( ) : string
GetMd5Bytes ( byte data ) : byte[]
GetMd5String ( string data ) : string
Update ( byte chunk ) : void
Update ( byte chunk, int offset, int limit ) : void

Method Details

FinalString() public method

public FinalString ( ) : string
return string

GetMd5Bytes() public static method

public static GetMd5Bytes ( byte data ) : byte[]
data byte
return byte[]

GetMd5String() public static method

public static GetMd5String ( string data ) : string
data string
return string

Update() public method

public Update ( byte chunk ) : void
chunk byte
return void

Update() public method

public Update ( byte chunk, int offset, int limit ) : void
chunk byte
offset int
limit int
return void