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

◆ CreateEncryptor() [2/2]

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

Definition at line 52 of file RC2CryptoServiceProvider.cs.

53 {
54 return CreateTransform(rgbKey, rgbIV?.CloneByteArray(), encrypting: true);
55 }
ICryptoTransform CreateTransform(byte[] rgbKey, byte[] rgbIV, bool encrypting)

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