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 | |
---|---|---|
GetByte ( ) : byte | ||
Init ( ) : void | ||
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 |