C# Class hds.MxoTwofish

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public MxoTwofish ( ) : System
Résultat System

decrypt() public méthode

public decrypt ( byte criptedData, byte destination ) : void
criptedData byte
destination byte
Résultat void

encrypt() public méthode

public encrypt ( byte plainData, byte destination ) : void
plainData byte
destination byte
Résultat void

setIV() public méthode

public setIV ( byte iv ) : void
iv byte
Résultat void

setKey() public méthode

public setKey ( byte key ) : void
key byte
Résultat void