C# 클래스 System.Security.Cryptography.SHA1Internal

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
HashCore ( byte rgb, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]
Initialize ( ) : void
SHA1Internal ( ) : System.Runtime.InteropServices

비공개 메소드들

메소드 설명
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

메소드 상세

HashCore() 공개 메소드

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

HashFinal() 공개 메소드

public HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

SHA1Internal() 공개 메소드

public SHA1Internal ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices