AK.F1.Timing.Live.Encryption.LiveDecrypter.LiveDecrypter C# (CSharp) Method

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.
        public LiveDecrypter(int seed)
        {
            _seed = seed;
            _mask = DefaultMask;
        }