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

상속: 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
Sha1Digest ( ) : System
Sha1Digest ( Sha1Digest t ) : System

비공개 메소드들

메소드 설명
CopyIn ( Sha1Digest t ) : void
F ( uint u, uint v, uint w ) : uint
G ( uint u, uint v, uint w ) : uint
H ( uint u, uint v, uint w ) : uint

메소드 상세

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

Sha1Digest() 공개 메소드

public Sha1Digest ( ) : System
리턴 System

Sha1Digest() 공개 메소드

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