C# 클래스 Org.BouncyCastle.Crypto.Digests.Sha256Digest

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

공개 메소드들

메소드 설명
DoFinal ( byte output, int outOff ) : int
GetDigestSize ( ) : int
Reset ( ) : void
Sha256Digest ( ) : System
Sha256Digest ( Sha256Digest t ) : System

비공개 메소드들

메소드 설명
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : void
Sum0Maj ( uint x, uint y, uint z ) : uint
Sum1Ch ( uint x, uint y, uint z ) : uint
Theta0 ( uint x ) : uint
Theta1 ( uint x ) : uint
initHs ( ) : void

메소드 상세

DoFinal() 공개 메소드

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

GetDigestSize() 공개 메소드

public GetDigestSize ( ) : int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Sha256Digest() 공개 메소드

public Sha256Digest ( ) : System
리턴 System

Sha256Digest() 공개 메소드

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