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

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

Public Properties

Property Type Description
K uint[]

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
Sha224Digest ( ) : System
Sha224Digest ( Sha224Digest t ) : System

Private Methods

Method Description
Ch ( uint x, uint y, uint z ) : uint
CopyIn ( Sha224Digest t ) : void
Maj ( uint x, uint y, uint z ) : uint
Sum0 ( uint x ) : uint
Sum1 ( uint x ) : uint
Theta0 ( uint x ) : uint
Theta1 ( uint x ) : uint

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

Sha224Digest() public method

public Sha224Digest ( ) : System
return System

Sha224Digest() public method

public Sha224Digest ( Sha224Digest t ) : System
t Sha224Digest
return System

Property Details

K public static property

public static uint[] K
return uint[]