C# Class OpenStory.Cryptography.KmstDecryptor

Represents a decryption transformer based on the custom KMST algorithm.
Inheritance: CryptoTransformBase
Afficher le fichier Open project: shoftee/OpenStory

Méthodes publiques

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

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

TransformArraySegment() public méthode

public TransformArraySegment ( byte data, byte vector, int segmentStart, int segmentEnd ) : void
data byte
vector byte
segmentStart int
segmentEnd int
Résultat void