C# Class AniDBmini.HashAlgorithms.Md4.InternalState

Afficher le fichier Open project: ahodesuka/AniDBmini

Méthodes publiques

Свойство Type Description
A uint
Buffer byte[]
hashedLength long

Méthodes publiques

Méthode Description
InternalState ( long hashedLength, uint A, uint B, uint C, uint D, byte Buffer ) : System

Method Details

InternalState() public méthode

public InternalState ( long hashedLength, uint A, uint B, uint C, uint D, byte Buffer ) : System
hashedLength long
A uint
B uint
C uint
D uint
Buffer byte
Résultat System

Property Details

A public_oe property

public uint A
Résultat uint

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

hashedLength public_oe property

public long hashedLength
Résultat long