C# Class org.phprpc.util.MD5

Exibir arquivo Open project: bluelovers/phprpc

Public Methods

Method Description
Hash ( byte data ) : byte[]
HexHash ( byte data ) : string

Private Methods

Method Description
MD5 ( )
bitrol ( uint n, byte c ) : uint
cmn ( uint q, uint a, uint b, uint x, byte s, uint t ) : uint
ff ( uint a, uint b, uint c, uint d, uint x, byte s, uint t ) : uint
gg ( uint a, uint b, uint c, uint d, uint x, byte s, uint t ) : uint
hh ( uint a, uint b, uint c, uint d, uint x, byte s, uint t ) : uint
ii ( uint a, uint b, uint c, uint d, uint x, byte s, uint t ) : uint
unpack ( byte data ) : uint[]

Method Details

Hash() public static method

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

HexHash() public static method

public static HexHash ( byte data ) : string
data byte
return string