C# Class NBitcoin.BouncyCastle.Crypto.Digests.Sha256Digest

Inheritance: GeneralDigest
Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
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
Sha256Digest ( ) : System
Sha256Digest ( Sha256Digest t ) : System

Private Methods

Method Description
CopyIn ( Sha256Digest t ) : 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

Method Details

Copy() public method

public Copy ( ) : IMemoable
return IMemoable

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetDigestSize() public method

public GetDigestSize ( ) : int
return int

ProcessBlock() public method

public ProcessBlock ( ) : void
return void

ProcessLength() public method

public ProcessLength ( long bitLength ) : void
bitLength long
return void

ProcessWord() public method

public ProcessWord ( byte input, int inOff ) : void
input byte
inOff int
return void

Reset() public method

public Reset ( ) : void
return void

Reset() public method

public Reset ( IMemoable other ) : void
other IMemoable
return void

Sha256Digest() public method

public Sha256Digest ( ) : System
return System

Sha256Digest() public method

public Sha256Digest ( Sha256Digest t ) : System
t Sha256Digest
return System