프로퍼티 | 타입 | 설명 | |
---|---|---|---|
buf | byte[] | ||
bufPos | int | ||
c | int | ||
k0 | long | ||
v0 | long | ||
wordCount | int |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public Init ( ICipherParameters parameters ) : void | ||
parameters | ICipherParameters | |
리턴 | void |
public SipHash ( int c, int d ) : System | ||
c | int | the number of compression rounds |
d | int | the number of finalization rounds |
리턴 | System |