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

Afficher le fichier Open project: sochix/TLSharp

Méthodes publiques

Méthode 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 méthode

public FinalString ( ) : string
Résultat string

GetMd5Bytes() public static méthode

public static GetMd5Bytes ( byte data ) : byte[]
data byte
Résultat byte[]

GetMd5String() public static méthode

public static GetMd5String ( string data ) : string
data string
Résultat string

Update() public méthode

public Update ( byte chunk ) : void
chunk byte
Résultat void

Update() public méthode

public Update ( byte chunk, int offset, int limit ) : void
chunk byte
offset int
limit int
Résultat void