C# Класс AK.F1.Timing.Live.Encryption.LiveDecrypter

An AK.F1.Timing.Live.Encryption.IDecrypter implementation which implements the 2009 decryption algorithm. This class cannot be inherited.
Наследование: IDecrypter
Показать файл Открыть проект

Открытые методы

Метод Описание
Decrypt ( byte buffer, int offset, int count ) : void
LiveDecrypter ( int seed )

Initialises a new instance of the LiveDecrypter class and specifies the initial hash seed

Reset ( ) : void

Описание методов

Decrypt() публичный метод

public Decrypt ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Результат void

LiveDecrypter() публичный метод

Initialises a new instance of the LiveDecrypter class and specifies the initial hash seed
public LiveDecrypter ( int seed )
seed int The initial hash seed.

Reset() публичный метод

public Reset ( ) : void
Результат void