C# Class OpenStory.Cryptography.KmstDecryptor

Represents a decryption transformer based on the custom KMST algorithm.
Inheritance: CryptoTransformBase
Datei anzeigen Open project: shoftee/OpenStory

Public Methods

Method Description
KmstDecryptor ( byte table, byte vector ) : System

Initializes a new instance of KmstDecryptor.

TransformArraySegment ( byte data, byte vector, int segmentStart, int segmentEnd ) : void

Method Details

KmstDecryptor() public method

Initializes a new instance of KmstDecryptor.
public KmstDecryptor ( byte table, byte vector ) : System
table byte
vector byte
return System

TransformArraySegment() public method

public TransformArraySegment ( byte data, byte vector, int segmentStart, int segmentEnd ) : void
data byte
vector byte
segmentStart int
segmentEnd int
return void