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

◆ CreateDecryptor() [2/2]

override ICryptoTransform System.Security.Cryptography.RC2CryptoServiceProvider.CreateDecryptor ( byte[] rgbKey,
byte?[] rgbIV )
inline

Definition at line 57 of file RC2CryptoServiceProvider.cs.

58 {
59 return CreateTransform(rgbKey, rgbIV?.CloneByteArray(), encrypting: false);
60 }
ICryptoTransform CreateTransform(byte[] rgbKey, byte[] rgbIV, bool encrypting)

References System.Security.Cryptography.RC2CryptoServiceProvider.CreateTransform().