C# 클래스 NBitcoin.BouncyCastle.Crypto.Digests.RipeMD160Digest

상속: GeneralDigest
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( ) : IMemoable
DoFinal ( byte output, int outOff ) : int
GetDigestSize ( ) : int
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : void
Reset ( ) : void
Reset ( IMemoable other ) : void
RipeMD160Digest ( ) : System
RipeMD160Digest ( RipeMD160Digest t ) : System

비공개 메소드들

메소드 설명
CopyIn ( RipeMD160Digest t ) : void
F1 ( int x, int y, int z ) : int
F2 ( int x, int y, int z ) : int
F3 ( int x, int y, int z ) : int
F4 ( int x, int y, int z ) : int
F5 ( int x, int y, int z ) : int
RL ( int x, int n ) : int
UnpackWord ( int word, byte outBytes, int outOff ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : IMemoable
리턴 IMemoable

DoFinal() 공개 메소드

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
리턴 int

GetDigestSize() 공개 메소드

public GetDigestSize ( ) : int
리턴 int

ProcessBlock() 공개 메소드

public ProcessBlock ( ) : void
리턴 void

ProcessLength() 공개 메소드

public ProcessLength ( long bitLength ) : void
bitLength long
리턴 void

ProcessWord() 공개 메소드

public ProcessWord ( byte input, int inOff ) : void
input byte
inOff int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( IMemoable other ) : void
other IMemoable
리턴 void

RipeMD160Digest() 공개 메소드

public RipeMD160Digest ( ) : System
리턴 System

RipeMD160Digest() 공개 메소드

public RipeMD160Digest ( RipeMD160Digest t ) : System
t RipeMD160Digest
리턴 System