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

Inheritance: IDigest, IMemoable
Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Properties

Property Type Description
H1 ulong
K ulong[]

Public Methods

Method Description
BlockUpdate ( byte input, int inOff, int length ) : void
Copy ( ) : IMemoable
DoFinal ( byte output, int outOff ) : int
Finish ( ) : void
GetByteLength ( ) : int
GetDigestSize ( ) : int
LongDigest ( ) : System
LongDigest ( LongDigest t ) : System
ProcessBlock ( ) : void
ProcessLength ( long lowW, long hiW ) : void
ProcessWord ( byte input, int inOff ) : void
Reset ( ) : void
Reset ( IMemoable t ) : void
Update ( byte input ) : void

Protected Methods

Method Description
CopyIn ( LongDigest t ) : void

Private Methods

Method Description
AdjustByteCounts ( ) : void
Ch ( ulong x, ulong y, ulong z ) : ulong
Maj ( ulong x, ulong y, ulong z ) : ulong
Sigma0 ( ulong x ) : ulong
Sigma1 ( ulong x ) : ulong
Sum0 ( ulong x ) : ulong
Sum1 ( ulong x ) : ulong

Method Details

BlockUpdate() public method

public BlockUpdate ( byte input, int inOff, int length ) : void
input byte
inOff int
length int
return void

Copy() public abstract method

public abstract Copy ( ) : IMemoable
return IMemoable

CopyIn() protected method

protected CopyIn ( LongDigest t ) : void
t LongDigest
return void

DoFinal() public abstract method

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

Finish() public method

public Finish ( ) : void
return void

GetByteLength() public method

public GetByteLength ( ) : int
return int

GetDigestSize() public abstract method

public abstract GetDigestSize ( ) : int
return int

LongDigest() public method

public LongDigest ( ) : System
return System

LongDigest() public method

public LongDigest ( LongDigest t ) : System
t LongDigest
return System

ProcessBlock() public method

public ProcessBlock ( ) : void
return void

ProcessLength() public method

public ProcessLength ( long lowW, long hiW ) : void
lowW long
hiW 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 abstract method

public abstract Reset ( IMemoable t ) : void
t IMemoable
return void

Update() public method

public Update ( byte input ) : void
input byte
return void

Property Details

H1 public property

public ulong H1
return ulong

K public static property

public static ulong[] K
return ulong[]