Property | Type | Description | |
---|---|---|---|
buf | byte[] | ||
bufPos | int | ||
c | int | ||
k0 | long | ||
v0 | long | ||
wordCount | int |
Method | Description | |
---|---|---|
BlockUpdate ( byte input, int offset, int length ) : void | ||
DoFinal ( byte output, int outOff ) : int | ||
DoFinal ( ) : long | ||
GetMacSize ( ) : int | ||
Init ( ICipherParameters parameters ) : void | ||
Reset ( ) : void | ||
SipHash ( ) : System |
SipHash-2-4
|
|
SipHash ( int c, int d ) : System |
SipHash-c-d
|
|
Update ( byte input ) : void |
Method | Description | |
---|---|---|
ApplySipRounds ( int n ) : void | ||
ProcessMessageWord ( ) : void | ||
RotateLeft ( long x, int n ) : long |
public BlockUpdate ( byte input, int offset, int length ) : void | ||
input | byte | |
offset | int | |
length | int | |
return | void |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
return | int |
public Init ( ICipherParameters parameters ) : void | ||
parameters | ICipherParameters | |
return | void |
protected static RotateLeft ( long x, int n ) : long | ||
x | long | |
n | int | |
return | long |
public SipHash ( int c, int d ) : System | ||
c | int | the number of compression rounds |
d | int | the number of finalization rounds |
return | System |