Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Reset() [3/3]

void Internal.Cryptography.UniversalCryptoDecryptor.Reset ( )
inlineprivate

Definition at line 147 of file UniversalCryptoDecryptor.cs.

148 {
149 if (_heldoverCipher != null)
150 {
152 _heldoverCipher = null;
153 }
154 }
static unsafe void Clear(Array array)
Definition Array.cs:755

References Internal.Cryptography.UniversalCryptoDecryptor._heldoverCipher, and System.Array.Clear().