Method | Description | |
---|---|---|
GetBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : void | ||
EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : void | ||
GenerateWorkingKey ( byte key, int bits ) : int[] | ||
RotateWordLeft ( int x, int y ) : int |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
return | int |