C# Class AniDBmini.HashAlgorithms.Md4.InternalState

Datei anzeigen Open project: ahodesuka/AniDBmini

Public Properties

Property Type Description
A uint
Buffer byte[]
hashedLength long

Public Methods

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

Method Details

InternalState() public method

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
return System

Property Details

A public_oe property

public uint A
return uint

Buffer public_oe property

public byte[] Buffer
return byte[]

hashedLength public_oe property

public long hashedLength
return long