Method | Description | |
---|---|---|
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void | ||
Reset ( ) : void | ||
ReturnByte ( byte input ) : byte |
Method | Description | |
---|---|---|
Dim ( uint x, uint y ) : uint | ||
F1 ( uint x ) : uint | ||
F2 ( uint x ) : uint | ||
G1 ( uint x, uint y, uint z ) : uint | ||
G2 ( uint x, uint y, uint z ) : uint | ||
GetByte ( ) : byte | ||
H1 ( uint x ) : uint | ||
H2 ( uint x ) : uint | ||
Init ( ) : void | ||
Mod1024 ( uint x ) : uint | ||
Mod512 ( uint x ) : uint | ||
RotateLeft ( uint x, int bits ) : uint | ||
RotateRight ( uint x, int bits ) : uint | ||
Step ( ) : uint |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void | ||
input | byte | |
inOff | int | |
len | int | |
output | byte | |
outOff | int | |
return | void |