Méthode | Description | |
---|---|---|
BlockUpdate ( byte input, int inOff, int length ) : void | ||
DoFinal ( byte output, int outOff ) : int | ||
Finish ( ) : void | ||
GetByteLength ( ) : int | ||
GetDigestSize ( ) : int | ||
Reset ( ) : void | ||
Update ( byte input ) : void |
Méthode | Description | |
---|---|---|
AdjustByteCounts ( ) : void | ||
Ch ( ulong x, ulong y, ulong z ) : ulong | ||
LongDigest ( ) : System | ||
LongDigest ( |
||
Maj ( ulong x, ulong y, ulong z ) : ulong | ||
ProcessBlock ( ) : void | ||
ProcessLength ( long lowW, long hiW ) : void | ||
ProcessWord ( byte input, int inOff ) : void | ||
Sigma0 ( ulong x ) : ulong | ||
Sigma1 ( ulong x ) : ulong | ||
Sum0 ( ulong x ) : ulong | ||
Sum1 ( ulong x ) : ulong |
public BlockUpdate ( byte input, int inOff, int length ) : void | ||
input | byte | |
inOff | int | |
length | int | |
Résultat | void |
public abstract DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
Résultat | int |