Method | Description | |
---|---|---|
Reset ( ) : void |
Reset the internal state.
|
|
SetKeys ( byte keyData ) : void |
Set the key schedule for encryption/decryption.
|
|
TransformByte ( ) : byte |
Transform a single byte
|
|
UpdateKeys ( byte ch ) : void |
Update encryption keys
|
protected SetKeys ( byte keyData ) : void | ||
keyData | byte | The data use to set the keys from. |
return | void |