C# Class hds.MxoTwofish

显示文件 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
MxoTwofish ( ) : System
decrypt ( byte criptedData, byte destination ) : void
encrypt ( byte plainData, byte destination ) : void
setIV ( byte iv ) : void
setKey ( byte key ) : void

Method Details

MxoTwofish() public method

public MxoTwofish ( ) : System
return System

decrypt() public method

public decrypt ( byte criptedData, byte destination ) : void
criptedData byte
destination byte
return void

encrypt() public method

public encrypt ( byte plainData, byte destination ) : void
plainData byte
destination byte
return void

setIV() public method

public setIV ( byte iv ) : void
iv byte
return void

setKey() public method

public setKey ( byte key ) : void
key byte
return void