Method | Description | |
---|---|---|
GetBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
RC564Engine ( ) : System | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
BytesToWord ( byte src, int srcOff ) : long | ||
DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int | ||
EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int | ||
RotateLeft ( long x, long y ) : long | ||
RotateRight ( long x, long y ) : long | ||
SetKey ( byte key ) : void | ||
WordToBytes ( long word, byte dst, int dstOff ) : void |
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 |