C# Class System.Security.Cryptography.SHA1Internal

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
HashCore ( byte rgb, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]
Initialize ( ) : void
SHA1Internal ( ) : System.Runtime.InteropServices

Private Methods

Method Description
AddLength ( ulong length, byte buffer, int position ) : void
FillBuff ( uint buff ) : void
InitialiseBuff ( uint buff, byte input, uint inputOffset ) : void
ProcessBlock ( byte inputBuffer, uint inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

Method Details

HashCore() public method

public HashCore ( byte rgb, int ibStart, int cbSize ) : void
rgb byte
ibStart int
cbSize int
return void

HashFinal() public method

public HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

SHA1Internal() public method

public SHA1Internal ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices