C# Class Granados.Crypto.SSH1.BlowfishCipher1

Blowfish for SSH1
Inheritance: Cipher
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method 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 method

public BlowfishCipher1 ( byte key ) : Granados.Algorithms
key byte
return Granados.Algorithms

Decrypt() public method

public Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
return void

Encrypt() public method

public Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
return void