C# Class Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest

Inheritance: IDigest
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
BlockUpdate ( byte input, int inOff, int length ) : void
DoFinal ( byte output, int outOff ) : int
GetByteLength ( ) : int
GetDigestSize ( ) : int
Reset ( ) : void
Update ( byte input ) : void
WhirlpoolDigest ( WhirlpoolDigest originalDigest ) : System

Private Methods

Method Description
WhirlpoolDigest ( ) : System
bytesToLongFromBuffer ( byte buffer, int startPos ) : long
convertLongToByteArray ( long inputLong, byte outputArray, int offSet ) : void
copyBitLength ( ) : byte[]
finish ( ) : void
increment ( ) : void
maskWithReductionPolynomial ( int input ) : int
packIntoLong ( int b7, int b6, int b5, int b4, int b3, int b2, int b1, int b0 ) : long
processBlock ( ) : void
processFilledBuffer ( ) : void

Method Details

BlockUpdate() public method

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

DoFinal() public method

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

GetByteLength() public method

public GetByteLength ( ) : int
return int

GetDigestSize() public method

public GetDigestSize ( ) : int
return int

Reset() public method

public Reset ( ) : void
return void

Update() public method

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

WhirlpoolDigest() public method

public WhirlpoolDigest ( WhirlpoolDigest originalDigest ) : System
originalDigest WhirlpoolDigest
return System