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

◆ CreateEncryptor() [2/3]

override ICryptoTransform Internal.Cryptography.RC2Implementation.CreateEncryptor ( byte[] rgbKey,
byte[] rgbIV )
inline

Definition at line 39 of file RC2Implementation.cs.

40 {
41 return CreateTransform(rgbKey, rgbIV.CloneByteArray(), encrypting: true);
42 }
ICryptoTransform CreateTransform(byte[] rgbKey, byte[] rgbIV, bool encrypting)

References Internal.Cryptography.RC2Implementation.CreateTransform().