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

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

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes an instance of RIPEMD160Managed.

RIPEMD160Managed ( ) : System.Runtime.InteropServices

Initializes a new instance of the RIPEMD160Managed class. This class cannot be inherited.

보호된 메소드들

메소드 설명
HashCore ( byte rgb, int ibStart, int cbSize ) : void

Routes data written to the object into the RIPEMD160 hash algorithm for computing the hash.

HashFinal ( ) : byte[]

Returns the computed RIPEMD160 hash as an array of bytes after all data has been written to the object.

비공개 메소드들

메소드 설명
Compress ( ) : void
CompressFinal ( ulong length ) : void
F ( uint x, uint y, uint z ) : uint
FF ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
FFF ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
G ( uint x, uint y, uint z ) : uint
GG ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
GGG ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
H ( uint x, uint y, uint z ) : uint
HH ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
HHH ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
I ( uint x, uint y, uint z ) : uint
II ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
III ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
J ( uint x, uint y, uint z ) : uint
JJ ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
JJJ ( uint &a, uint b, uint &c, uint d, uint e, uint x, int s ) : void
ProcessBlock ( byte buffer, int offset ) : void

Processes one block of data.

ROL ( uint x, int n ) : uint

메소드 상세

HashCore() 보호된 메소드

Routes data written to the object into the RIPEMD160 hash algorithm for computing the hash.
The instance has been disposed.
protected HashCore ( byte rgb, int ibStart, int cbSize ) : void
rgb byte
ibStart int The offset into the byte array from which to begin using data.
cbSize int The number of bytes in the array to use as data.
리턴 void

HashFinal() 보호된 메소드

Returns the computed RIPEMD160 hash as an array of bytes after all data has been written to the object.
The instance has been disposed.
protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

Initializes an instance of RIPEMD160Managed.
The RIPEMD160Managed instance has been disposed.
public Initialize ( ) : void
리턴 void

RIPEMD160Managed() 공개 메소드

Initializes a new instance of the RIPEMD160Managed class. This class cannot be inherited.
public RIPEMD160Managed ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices