C# Class 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.
Inheritance: IDecrypter
Show file Open project: simoneb/ak-f1-timing

Public Methods

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

Method Details

Decrypt() public method

public Decrypt ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

LiveDecrypter() public method

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 method

public Reset ( ) : void
return void