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 ( |
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 |
public BlockUpdate ( byte input, int inOff, int length ) : void | ||
input | byte | |
inOff | int | |
length | int | |
return | void |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
return | int |
public WhirlpoolDigest ( |
||
originalDigest | ||
return | System |