C# Class Granados.Crypto.SSH1.BlowfishCipher1

Blowfish for SSH1
Inheritance: Cipher
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
BlowfishCipher1 ( byte key ) : Granados.Algorithms
Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
Encrypt ( byte data, int offset, int len, byte result, int ro ) : void

Method Details

BlowfishCipher1() public méthode

public BlowfishCipher1 ( byte key ) : Granados.Algorithms
key byte
Résultat Granados.Algorithms

Decrypt() public méthode

public Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
Résultat void

Encrypt() public méthode

public Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
Résultat void